From c656a35e6daf76c6bf29b91d93156c1dabbedd44 Mon Sep 17 00:00:00 2001 From: Diego Garcia Date: Fri, 17 Feb 2017 22:20:41 -0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0=20=E2=86=92=200.11.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 c2e9662..aa37ca9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.11.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/index.md b/docs/index.md index c1635fe..838542a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -335,7 +335,7 @@ assert settings.SOME_SETTING == 'bar' ``` ## Changelog -### [NEXT_RELEASE] +### [0.11.0] - 2017-02-17 * Autoconfigure python logging with `CONFIGURE_LOGGING` _special setting_. ### [0.10.0] - 2016-10-28 diff --git a/setup.py b/setup.py index 6317960..3677a16 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def read(fname): setup( name='simple-settings', - version='0.10.0', + version='0.11.0', install_requires=[], url='https://github.com/drgarcia1986/simple-settings', author='Diego Garcia',