mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Start 0.8 development
[ci skip]
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
VERSION = (0, 7, 0, 'dev1') # Remove the 'dev1' component in release branches
|
VERSION = (0, 8, 0, 'dev1') # Remove the 'dev1' component in release branches
|
||||||
__version__ = '.'.join([str(x) for x in VERSION])
|
__version__ = '.'.join([str(x) for x in VERSION])
|
||||||
__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"
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Version 0.7 (development):
|
Version 0.8 (development):
|
||||||
|
|
||||||
|
|
||||||
|
Version 0.7:
|
||||||
|
|
||||||
* Support for Mandrill send options :attr:`async`, :attr:`important`,
|
* Support for Mandrill send options :attr:`async`, :attr:`important`,
|
||||||
:attr:`ip_pool`, :attr:`return_path_domain`, :attr:`send_at`,
|
:attr:`ip_pool`, :attr:`return_path_domain`, :attr:`send_at`,
|
||||||
|
|||||||
Reference in New Issue
Block a user