mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
4 lines
156 B
Python
4 lines
156 B
Python
VERSION = (0, 3, 9)
|
|
__version__ = '.'.join([str(x) for x in VERSION])
|
|
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"
|