We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db586ed commit 3468b12Copy full SHA for 3468b12
AUTHORS.txt
@@ -4,6 +4,8 @@ Anymail
4
Mike Edmunds
5
Calvin Jeong
6
Peter Wu
7
+Charlie DeTar
8
+Jonathan Baugh
9
10
11
Anymail was forked from Djrill, which included contributions from:
anymail/_version.py
@@ -1,3 +1,3 @@
1
-VERSION = (1, 2)
+VERSION = (1, 3)
2
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
3
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"
0 commit comments