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',