We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a7a15 commit 88739abCopy full SHA for 88739ab
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+3.7 (2023-01-09)
5
+----------------
6
+
7
+- Fix `Csv` cast hanging with `default=None`, now returning an empty list. (#149)
8
9
3.6 (2022-02-02)
10
----------------
11
setup.py
@@ -6,7 +6,7 @@
README = os.path.join(os.path.dirname(__file__), 'README.rst')
setup(name='python-decouple',
- version='3.6',
+ version='3.7',
description='Strict separation of settings from code.',
long_description=open(README).read(),
12
author="Henrique Bastos", author_email="[email protected]",
0 commit comments