From ec7a30225296be6237a9e2a68e5b607b07979781 Mon Sep 17 00:00:00 2001 From: medmunds Date: Sun, 12 Jan 2014 11:28:54 -0800 Subject: [PATCH] Master is now 0.9dev --- 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 a26e8be..31856a9 100644 --- a/djrill/_version.py +++ b/djrill/_version.py @@ -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" diff --git a/docs/history.rst b/docs/history.rst index 1a12012..e45fdb3 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,10 @@ Release Notes ============= -Version 0.8 (development): +Version 0.9 (development): + + +Version 0.8: * Expose :ref:`mandrill_response` on sent messages