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 5482757 commit a8d4ca7Copy full SHA for a8d4ca7
anymail/_version.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 1, 'dev1') # Remove the 'dev' component in release branches
+VERSION = (0, 1, 'dev2') # Remove the 'dev' component in release branches
2
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
3
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"
0 commit comments