mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Bump master to 0.7dev
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
VERSION = (0, 6, 0, 'dev1') # Remove the 'dev1' component in release branches
|
||||
VERSION = (0, 7, 0, 'dev1') # Remove the 'dev1' component in release branches
|
||||
__version__ = '.'.join([str(x) for x in VERSION])
|
||||
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
Version 0.6 (development):
|
||||
Version 0.7 (development):
|
||||
|
||||
|
||||
Version 0.6:
|
||||
|
||||
* Support for signed webhooks
|
||||
|
||||
|
||||
Version 0.5:
|
||||
|
||||
* Support for incoming mail and other Mandrill webhooks
|
||||
|
||||
Reference in New Issue
Block a user