Open 1.1 development

This commit is contained in:
medmunds
2014-04-20 13:43:27 -07:00
parent 0afb90389b
commit 09fe0b0e12
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (1, 0, 0, 'dev1') # Remove the 'dev1' component in release branches
VERSION = (1, 1, 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"

View File

@@ -1,10 +1,14 @@
Release Notes
=============
Version 1.0 (development):
Version 1.1 (development):
Version 1.0:
* Global :setting:`MANDRILL_SUBACCOUNT` setting
Version 0.9:
* Better handling for "cc" and "bcc" recipients.