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

View File

@@ -4,8 +4,7 @@ from django.utils.text import capfirst
from djrill.exceptions import MandrillAPIError, NotSupportedByMandrillError
VERSION = (0, 3, 1)
__version__ = '.'.join([str(x) for x in VERSION])
from ._version import *
# This backend was developed against this API endpoint.
# You can override in settings.py, if desired.