From 5b6e24183cf1268e3f4073bdfe2eba9a62375677 Mon Sep 17 00:00:00 2001 From: javulticat <31746850+javulticat@users.noreply.github.com> Date: Wed, 10 Nov 2021 18:04:03 -0500 Subject: [PATCH] Release 'Zappa' v0.54.1 (#1070) Co-authored-by: Alex DelVecchio --- CHANGELOG.md | 4 ++++ zappa/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0606b9035..20ed898f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/zappa/__init__.py b/zappa/__init__.py index c655e486b..371973651 100644 --- a/zappa/__init__.py +++ b/zappa/__init__.py @@ -13,4 +13,4 @@ ) raise RuntimeError(err_msg) -__version__ = "0.54.0" +__version__ = "0.54.1"