mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Open v1.2 development
[ci skip]
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
VERSION = (1, 1, 0, 'dev1') # Remove the 'dev1' component in release branches
|
VERSION = (1, 2, 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,12 +1,16 @@
|
|||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Version 1.1 (development):
|
Version 1.2 (development):
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.1:
|
||||||
|
|
||||||
* Allow use of Mandrill template default "from" and "subject" fields,
|
* Allow use of Mandrill template default "from" and "subject" fields,
|
||||||
via :attr:`use_template_from` and :attr:`use_template_subject`.
|
via :attr:`use_template_from` and :attr:`use_template_subject`.
|
||||||
* Fix `UnicodeEncodeError` with unicode attachments
|
* Fix `UnicodeEncodeError` with unicode attachments
|
||||||
|
|
||||||
|
|
||||||
Version 1.0:
|
Version 1.0:
|
||||||
|
|
||||||
* Global :setting:`MANDRILL_SUBACCOUNT` setting
|
* Global :setting:`MANDRILL_SUBACCOUNT` setting
|
||||||
|
|||||||
Reference in New Issue
Block a user