diff --git a/djrill/_version.py b/djrill/_version.py index 979f675..16a2d8c 100644 --- a/djrill/_version.py +++ b/djrill/_version.py @@ -1,3 +1,3 @@ -VERSION = (0, 4, 0, 'dev1') # Remove the 'dev1' component in release branches +VERSION = (0, 5, 0, 'dev1') # Remove the 'dev1' component in release branches __version__ = '.'.join([str(x) for x in VERSION]) __minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"