Skip to content

Commit a75fdfc

Browse files
Bump version 3.6
1 parent a627eef commit a75fdfc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
3.6 (dev)
5-
---------
4+
3.6 (2022-02-02)
5+
----------------
66

77
- Add support for Docker secrets.
8+
- Fix deprecation warning on Python 3.10
89

910
3.5 (2021-09-30)
1011
----------------

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.5',
9+
version='3.6',
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)