From cf3961ea1d74f93e3045a4fd4383dea4b3014815 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby Date: Thu, 21 Jan 2016 16:07:31 +0100 Subject: [PATCH] Bump upcoming version to 2.0 as this changeset introduce breaking change --- configurations/__init__.py | 2 +- docs/changes.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configurations/__init__.py b/configurations/__init__.py index f09d06e..6256779 100644 --- a/configurations/__init__.py +++ b/configurations/__init__.py @@ -2,7 +2,7 @@ from .base import Settings, Configuration from .decorators import pristinemethod -__version__ = '1.0.1.dev' +__version__ = '2.0.dev' __all__ = ['Configuration', 'pristinemethod', 'Settings'] diff --git a/docs/changes.rst b/docs/changes.rst index 38d1f53..022ef2d 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -3,8 +3,8 @@ Changelog --------- -v1.0.1 (Not yet released) -^^^^^^^^^^^^^^^^^^^^^^^^^ +v2.0 (Not yet released) +^^^^^^^^^^^^^^^^^^^^^^^ - Drop support of python2.6 and python3.2 - Drop support of Django < 1.8