Master is now 0.9dev

This commit is contained in:
medmunds
2014-01-12 11:28:54 -08:00
parent 881b4842ff
commit ec7a302252
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (0, 8, 0, 'dev1') # Remove the 'dev1' component in release branches
VERSION = (0, 9, 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,7 +1,10 @@
Release Notes
=============
Version 0.8 (development):
Version 0.9 (development):
Version 0.8:
* Expose :ref:`mandrill_response` on sent messages