From 8b0e47512527bb67fd00b6e83f57a12907b426f7 Mon Sep 17 00:00:00 2001 From: medmunds Date: Sat, 15 Jun 2013 15:51:11 -0700 Subject: [PATCH] Bump master to 0.7dev --- 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 8b25c0d..284de52 100644 --- a/djrill/_version.py +++ b/djrill/_version.py @@ -1,3 +1,3 @@ -VERSION = (0, 6, 0, 'dev1') # Remove the 'dev1' component in release branches +VERSION = (0, 7, 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 b04785a..f77a0ed 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,10 +1,14 @@ Release Notes ============= -Version 0.6 (development): +Version 0.7 (development): + + +Version 0.6: * Support for signed webhooks + Version 0.5: * Support for incoming mail and other Mandrill webhooks