Clean up version numbering and readme/description/docs sharing

This commit is contained in:
medmunds
2013-03-05 15:33:01 -08:00
parent 51d45353ee
commit 9211c74144
4 changed files with 19 additions and 32 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (0, 3, 9)
VERSION = (0, 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"