From 09fe0b0e12fcca3162c2c70995514ed043e8b127 Mon Sep 17 00:00:00 2001 From: medmunds Date: Sun, 20 Apr 2014 13:43:27 -0700 Subject: [PATCH] Open 1.1 development --- djrill/_version.py | 2 +- docs/history.rst | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/djrill/_version.py b/djrill/_version.py index a47ed69..adc3729 100644 --- a/djrill/_version.py +++ b/djrill/_version.py @@ -1,3 +1,3 @@ -VERSION = (1, 0, 0, 'dev1') # Remove the 'dev1' component in release branches +VERSION = (1, 1, 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 c314969..819e421 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,10 +1,14 @@ Release Notes ============= -Version 1.0 (development): +Version 1.1 (development): + + +Version 1.0: * Global :setting:`MANDRILL_SUBACCOUNT` setting + Version 0.9: * Better handling for "cc" and "bcc" recipients.