Files
django-anymail/anymail/_version.py
2016-02-27 11:16:04 -08:00

4 lines
252 B
Python

VERSION = (0, 1, 'dev0') # Remove the 'dev' component in release branches
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"