Skip to content

Commit

Permalink
Bump version: 0.15.0 → 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Feb 23, 2019
1 parent 7e3b4c5 commit 14d28ee
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.15.0
current_version = 0.16.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -575,7 +575,7 @@ Decorator example
Changelog
---------

[NEXT_RELEASE]
[0.16.0] - 2019-02-23

- ``json.loads`` as new ``REQUIRED_SETTINGS_TYPES``

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@ def read(fname):

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

0 comments on commit 14d28ee

Please sign in to comment.