Start 0.8 development

[ci skip]
This commit is contained in:
medmunds
2013-10-20 10:50:30 -07:00
parent cb802a2b7e
commit 551de88604
2 changed files with 5 additions and 2 deletions

View File

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