Bump master version

This commit is contained in:
medmunds
2013-04-17 16:13:23 -07:00
parent c3da043260
commit be9b2b8e7c
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (0, 5, 0, 'dev1') # Remove the 'dev1' component in release branches VERSION = (0, 6, 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.5 (development): Version 0.6 (development):
Version 0.5:
* Support for incoming mail and other Mandrill webhooks * Support for incoming mail and other Mandrill webhooks
* Support for Mandrill send options :attr:`auto_html`, :attr:`tracking_domain` * Support for Mandrill send options :attr:`auto_html`, :attr:`tracking_domain`