Skip to content

Commit

Permalink
Bump version: 0.12.0 → 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Oct 27, 2017
1 parent 759a048 commit 09f1149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.0
current_version = 0.12.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -488,7 +488,7 @@ Decorator example
Changelog
---------

[NEXT_RELEASE]
[0.12.1] - 2017-10-27
~~~~~~~~~~~~~~~~~~~~~

- Fix dynamic settings read behavior to ignore only ``None`` values and not ``zeros`` values ( `#68 <https://github.com/drgarcia1986/simple-settings/issues/68>`__)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@ def read(fname):

setup(
name='simple-settings',
version='0.12.0',
version='0.12.1',
install_requires=[],
url='https://github.com/drgarcia1986/simple-settings',
author='Diego Garcia',
Expand Down

0 comments on commit 09f1149

Please sign in to comment.