Open v1.2 development

[ci skip]
This commit is contained in:
medmunds
2014-05-28 21:33:17 -07:00
parent fbbc84f98f
commit 19014a72b0
2 changed files with 6 additions and 2 deletions

View File

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