Skip to content

Commit

Permalink
Release 'Zappa' v0.54.1 (#1070)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex DelVecchio <[email protected]>
  • Loading branch information
javulticat and javulticat authored Nov 10, 2021
1 parent 9269c30 commit 5b6e241
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Zappa Changelog

## 0.54.1
* Increase Lambda client read timeout to 15m (#1065)
* Unpin `Werkzeug` from `v0.x` (#1067)

## 0.54.0
* Pin troposphere version and update to 3.x (#1029)
* Relax stage name restrictions when not using apigateway (#993)
Expand Down
2 changes: 1 addition & 1 deletion zappa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
)
raise RuntimeError(err_msg)

__version__ = "0.54.0"
__version__ = "0.54.1"

0 comments on commit 5b6e241

Please sign in to comment.