We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4da91 commit 58c1dffCopy full SHA for 58c1dff
djangocms_installer/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = "Iacopo Spalletti"
2
__email__ = "[email protected]"
3
-__version__ = "2.0.0"
+__version__ = "2.0.1.dev0"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.0.0
+current_version = 2.0.1.dev0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
4
serialize =
5
{major}.{minor}.{patch}.{release}{relver}
@@ -55,8 +55,8 @@ classifiers =
55
include_package_data = True
56
install_requires =
57
dj-database-url>=0.4
58
- six
59
- tzlocal
+ six
+ tzlocal
60
setup_requires =
61
setuptools
62
packages = find:
0 commit comments