Skip to content

Commit

Permalink
Merge pull request #151 from HBNetwork/version-bump-3.7
Browse files Browse the repository at this point in the history
Version bump: 3.7
  • Loading branch information
iurisilvio committed Jan 9, 2023
2 parents f9a7a15 + 88739ab commit 9cc2f7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

3.7 (2023-01-09)
----------------

- Fix `Csv` cast hanging with `default=None`, now returning an empty list. (#149)

3.6 (2022-02-02)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
author="Henrique Bastos", author_email="henrique@bastos.net",
Expand Down

0 comments on commit 9cc2f7e

Please sign in to comment.