Open v1.4 dev.

[ci skip]
This commit is contained in:
medmunds
2015-01-16 14:06:57 -08:00
parent d714d35920
commit 00a0a1fde6
2 changed files with 6 additions and 2 deletions

View File

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