mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Release 5.0
This commit is contained in:
@@ -28,7 +28,7 @@ Release history
|
||||
v5.0
|
||||
----
|
||||
|
||||
*In development*
|
||||
*2018-11-07*
|
||||
|
||||
Breaking changes
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
VERSION = (4, 3)
|
||||
VERSION = (5, 0)
|
||||
__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"
|
||||
|
||||
Reference in New Issue
Block a user