Skip to content

Commit

Permalink
Fix readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquebastos committed Sep 30, 2021
1 parent 51bb2e0 commit 8585c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -217,7 +217,7 @@ To override a config parameter you can simply do:
How does it work?
=============
=================

*Decouple* always searches for *Options* in this order:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
README = os.path.join(os.path.dirname(__file__), 'README.rst')

setup(name='python-decouple',
version='3.4',
version='3.5',
description='Strict separation of settings from code.',
long_description=open(README).read(),
author="Henrique Bastos", author_email="henrique@bastos.net",
Expand Down

0 comments on commit 8585c7b

Please sign in to comment.