mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Release 4.2
This commit is contained in:
@@ -28,7 +28,7 @@ Release history
|
|||||||
v4.2
|
v4.2
|
||||||
----
|
----
|
||||||
|
|
||||||
*In development*
|
*2018-09-07*
|
||||||
|
|
||||||
Features
|
Features
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
VERSION = (4, 1)
|
VERSION = (4, 2)
|
||||||
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
|
__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"
|
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"
|
||||||
|
|||||||
Reference in New Issue
Block a user