We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bb2e0 commit 8585c7bCopy full SHA for 8585c7b
README.rst
@@ -217,7 +217,7 @@ To override a config parameter you can simply do:
217
218
219
How does it work?
220
-=============
+=================
221
222
*Decouple* always searches for *Options* in this order:
223
setup.py
@@ -6,7 +6,7 @@
6
README = os.path.join(os.path.dirname(__file__), 'README.rst')
7
8
setup(name='python-decouple',
9
- version='3.4',
+ version='3.5',
10
description='Strict separation of settings from code.',
11
long_description=open(README).read(),
12
author="Henrique Bastos", author_email="[email protected]",
0 commit comments