Skip to content

Commit

Permalink
Merge branch 'release/0.52.0' of https://github.com/Miserlou/Zappa
Browse files Browse the repository at this point in the history
  • Loading branch information
monkut committed Jan 28, 2021
2 parents b53ccb1 + 7f156ae commit ea8f436
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Zappa Changelog

## next
## 0.52.0
* Remove dateutil version restriction
* Fix failed downloads of wheel packages with non-alphanumeric characters
* Last release from Miserlou/Zappa
* Removed references to zappa.io

## 0.51.0
Expand Down
2 changes: 1 addition & 1 deletion zappa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'Zappa (and AWS Lambda) support the following versions of Python: {}'.format(formatted_supported_versions))
raise RuntimeError(err_msg)

__version__ = '0.51.0'
__version__ = '0.52.0'

0 comments on commit ea8f436

Please sign in to comment.