Skip to content

Commit

Permalink
0.52.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jneves committed Oct 2, 2020
1 parent 0c8d99d commit 7f156ae
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

This comment has been minimized.

Copy link
@loscil06

loscil06 Oct 23, 2020

What do you mean it's his last release?

This comment has been minimized.

Copy link
@jneves

jneves via email Oct 23, 2020

Author Collaborator

This comment has been minimized.

Copy link
@loscil06

loscil06 Oct 23, 2020

OKay awesome, Godspeed.

* 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'

1 comment on commit 7f156ae

@gaurav386i
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Miserlou for this awesome tool.

Please sign in to comment.