From 551de88604db61f26ef03a8bbf74a37b6a67107c Mon Sep 17 00:00:00 2001 From: medmunds Date: Sun, 20 Oct 2013 10:50:30 -0700 Subject: [PATCH] Start 0.8 development [ci skip] --- 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 284de52..a26e8be 100644 --- a/djrill/_version.py +++ b/djrill/_version.py @@ -1,3 +1,3 @@ -VERSION = (0, 7, 0, 'dev1') # Remove the 'dev1' component in release branches +VERSION = (0, 8, 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 401ffc0..1dfa8cf 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,10 @@ Release Notes ============= -Version 0.7 (development): +Version 0.8 (development): + + +Version 0.7: * Support for Mandrill send options :attr:`async`, :attr:`important`, :attr:`ip_pool`, :attr:`return_path_domain`, :attr:`send_at`,