Skip to content

Commit 9cc2f7e

Browse files
authored
Merge pull request #151 from HBNetwork/version-bump-3.7
Version bump: 3.7
2 parents f9a7a15 + 88739ab commit 9cc2f7e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
3.7 (2023-01-09)
5+
----------------
6+
7+
- Fix `Csv` cast hanging with `default=None`, now returning an empty list. (#149)
8+
49
3.6 (2022-02-02)
510
----------------
611

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