From 52430216fc28dd2def39e90c0fd24dcf9e6b6010 Mon Sep 17 00:00:00 2001 From: medmunds Date: Mon, 29 Sep 2014 17:14:04 -0700 Subject: [PATCH] Open v1.3 dev --- djrill/_version.py | 2 +- docs/history.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/djrill/_version.py b/djrill/_version.py index 3fa5cfc..3ca5330 100644 --- a/djrill/_version.py +++ b/djrill/_version.py @@ -1,3 +1,3 @@ -VERSION = (1, 2, 0, 'dev1') # Remove the 'dev1' component in release branches +VERSION = (1, 3, 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 9177571..c7971d6 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,9 @@ Release Notes ============= +Version 1.3 (development): + + Version 1.2: * Support Django 1.7; add testing on Python 3.3, 3.4, and PyPy