mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Fork from Djrill and rename to "anymail"
This commit is contained in:
3
anymail/_version.py
Normal file
3
anymail/_version.py
Normal file
@@ -0,0 +1,3 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user