mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Open v2.1 development
[ci skip]
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
VERSION = (2, 0, 'dev0') # Remove the 'dev' component in release branches
|
VERSION = (2, 1, 'dev0') # Remove the 'dev' component in release branches
|
||||||
__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"
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ major version number (1.x to 2.0).
|
|||||||
Djrill 2.x
|
Djrill 2.x
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Version 2.1 (in development):
|
||||||
|
|
||||||
|
|
||||||
Version 2.0:
|
Version 2.0:
|
||||||
|
|
||||||
* **Breaking Changes:** please see the :ref:`upgrade guide <upgrading>`.
|
* **Breaking Changes:** please see the :ref:`upgrade guide <upgrading>`.
|
||||||
|
|||||||
Reference in New Issue
Block a user