Files
django-anymail/djrill/_version.py
2013-06-15 15:51:11 -07:00

4 lines
215 B
Python

VERSION = (0, 7, 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"