Skip to content

Commit 3468b12

Browse files
committed
Release 1.3
1 parent db586ed commit 3468b12

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AUTHORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Anymail
44
Mike Edmunds
55
Calvin Jeong
66
Peter Wu
7+
Charlie DeTar
8+
Jonathan Baugh
79

810

911
Anymail was forked from Djrill, which included contributions from:

anymail/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 2)
1+
VERSION = (1, 3)
22
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
33
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"

0 commit comments

Comments
 (0)