From be9b2b8e7c312be363d8ad8b486c84294d67cb32 Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 17 Apr 2013 16:13:23 -0700 Subject: [PATCH] Bump master version --- djrill/_version.py | 2 +- docs/history.rst | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/djrill/_version.py b/djrill/_version.py index 16a2d8c..8b25c0d 100644 --- a/djrill/_version.py +++ b/djrill/_version.py @@ -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]) __minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version" diff --git a/docs/history.rst b/docs/history.rst index ce40a5a..b3ce8e7 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,10 @@ Release Notes ============= -Version 0.5 (development): +Version 0.6 (development): + + +Version 0.5: * Support for incoming mail and other Mandrill webhooks * Support for Mandrill send options :attr:`auto_html`, :attr:`tracking_domain`