From b900dc056c605ae86caa795c51c5cf2e66a58e35 Mon Sep 17 00:00:00 2001 From: Diego Garcia Date: Sun, 19 Jul 2015 17:34:32 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/index.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 55e3619..68fcce9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/index.md b/docs/index.md index 690d54d..0fa92c5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -164,7 +164,7 @@ assert settings.SOME_SETTING == 'bar' ``` ## Changelog -### [NEXT_RELEASE] +### [0.3.0] - 2015-07-19 * Deepcopy in `as_dict` method to anticipate unexpected changes. * Special Settings Behaviors. * Override settings values by environment. diff --git a/setup.py b/setup.py index 3cf897c..7dc1695 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): setup( name='simple-settings', - version='0.2.0', + version='0.3.0', install_requires=[], url='https://github.com/drgarcia1986/simple-settings', author='Diego Garcia',