8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a6925 commit 2f2bda7Copy full SHA for 2f2bda7
aws_lambda_powertools/shared/version.py
@@ -1,3 +1,3 @@
1
"""Exposes version constant to avoid circular dependencies."""
2
3
-VERSION = "2.23.1"
+VERSION = "2.24.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws_lambda_powertools"
-version = "2.23.1"
+version = "2.24.0"
4
description = "Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity."
5
authors = ["Amazon Web Services"]
6
include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]
0 commit comments