Skip to content

Commit 8585c7b

Browse files
Fix readme and bump version
1 parent 51bb2e0 commit 8585c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ To override a config parameter you can simply do:
217217
218218
219219
How does it work?
220-
=============
220+
=================
221221

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
README = os.path.join(os.path.dirname(__file__), 'README.rst')
77

88
setup(name='python-decouple',
9-
version='3.4',
9+
version='3.5',
1010
description='Strict separation of settings from code.',
1111
long_description=open(README).read(),
1212
author="Henrique Bastos", author_email="[email protected]",

0 commit comments

Comments
 (0)