Maintain version info in a single place.

http://stackoverflow.com/a/2073599/647002
This commit is contained in:
medmunds
2013-03-03 11:39:12 -08:00
parent 618729b444
commit 230011f818
4 changed files with 11 additions and 6 deletions

3
djrill/_version.py Normal file
View File

@@ -0,0 +1,3 @@
VERSION = (0, 3, 1)
__version__ = '.'.join([str(x) for x in VERSION])
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"