Skip to content

Commit 59a90c6

Browse files
committed
Release 2.2
1 parent dd26fd3 commit 59a90c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anymail/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (2, 1)
1+
VERSION = (2, 2)
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)