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 67bf5a5 commit f831fe8Copy full SHA for f831fe8
CHANGELOG.rst
@@ -25,10 +25,10 @@ Release history
25
^^^^^^^^^^^^^^^
26
.. This extra heading level keeps the ToC from becoming unmanageably long
27
28
-vNext
29
------
+v8.3
+----
30
31
-*unreleased changes*
+*2021-05-19*
32
33
Fixes
34
~~~~~
anymail/_version.py
@@ -1,3 +1,3 @@
1
-VERSION = (8, 2)
+VERSION = (8, 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