Open dev branch for 1.0

This commit is contained in:
medmunds
2014-01-25 13:05:34 -08:00
parent 6d7e14ffc4
commit 1707e2a665
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -1,7 +1,10 @@
Release Notes Release Notes
============= =============
Version 0.9 (development): Version 1.0 (development):
Version 0.9:
* Better handling for "cc" and "bcc" recipients. * Better handling for "cc" and "bcc" recipients.
* Allow all extra message headers in send. * Allow all extra message headers in send.