Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Jul 19, 2015
1 parent 5acac9e commit b900dc0
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.2.0
current_version = 0.3.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -164,7 +164,7 @@ assert settings.SOME_SETTING == 'bar'
```

## Changelog
### [NEXT_RELEASE]
### [0.3.0] - 2015-07-19
* Deepcopy in `as_dict` method to anticipate unexpected changes.
* Special Settings Behaviors.
* Override settings values by environment.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@ def read(fname):

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

0 comments on commit b900dc0

Please sign in to comment.