2.1.0dev2

This commit is contained in:
Julien Duponchelle 2017-07-24 16:17:02 +02:00
parent faed85e48b
commit 6514252a95
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -23,7 +23,7 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.1.0a1"
__version__ = "2.1.0dev2"
__version_info__ = (2, 1, 0, -99)
# If it's a git checkout try to add the commit
if "dev" in __version__: