We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a627eef commit a75fdfcCopy full SHA for a75fdfc
CHANGELOG.md
@@ -1,10 +1,11 @@
1
Changelog
2
=========
3
4
-3.6 (dev)
5
----------
+3.6 (2022-02-02)
+----------------
6
7
- Add support for Docker secrets.
8
+- Fix deprecation warning on Python 3.10
9
10
3.5 (2021-09-30)
11
----------------
setup.py
@@ -6,7 +6,7 @@
README = os.path.join(os.path.dirname(__file__), 'README.rst')
setup(name='python-decouple',
- version='3.5',
+ version='3.6',
description='Strict separation of settings from code.',
long_description=open(README).read(),
12
author="Henrique Bastos", author_email="[email protected]",
0 commit comments