Open v2.1 development

[ci skip]
This commit is contained in:
medmunds
2015-12-02 20:06:32 -08:00
parent 48028ecf64
commit 5d4440ef5d
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (2, 0, 'dev0') # Remove the 'dev' component in release branches
VERSION = (2, 1, 'dev0') # Remove the 'dev' component in release branches
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"