Open dev branch for 1.0

This commit is contained in:
medmunds
2014-01-25 13:05:34 -08:00
parent 6d7e14ffc4
commit 1707e2a665
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (0, 9, 0, 'dev1') # Remove the 'dev1' component in release branches
VERSION = (1, 0, 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"