We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5915bf commit f091819Copy full SHA for f091819
1 file changed
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='2.2',
+ version='2.3',
10
description='Strict separation of settings from code.',
11
long_description=open(README).read(),
12
author="Henrique Bastos", author_email="henrique@bastos.net",
0 commit comments