Skip to content

Commit

Permalink
Bump version: 0.12.1 → 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Mar 28, 2018
1 parent 6091497 commit 1770db5
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.1
current_version = 0.13.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -511,7 +511,7 @@ Decorator example
Changelog
---------

[NEXT_RELEASE]
[0.13.0] - 2018-03-28
~~~~~~~~~~~~~~~~~~~~~

- Dynamic settings behaviors with ``AWS S3``.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@ def read(fname):

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

0 comments on commit 1770db5

Please sign in to comment.