Skip to content

Commit

Permalink
Bump version: 0.10.0 → 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Feb 18, 2017
1 parent 1a8e1e1 commit c656a35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.11.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c656a35

Please sign in to comment.