mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Release 1.3
This commit is contained in:
@@ -4,6 +4,8 @@ Anymail
|
||||
Mike Edmunds
|
||||
Calvin Jeong
|
||||
Peter Wu
|
||||
Charlie DeTar
|
||||
Jonathan Baugh
|
||||
|
||||
|
||||
Anymail was forked from Djrill, which included contributions from:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
VERSION = (1, 2)
|
||||
VERSION = (1, 3)
|
||||
__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