You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "aws_lambda_powertools"
3
-
version = "2.5.0"
3
+
version = "2.6.0"
4
4
description = "A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, batching, idempotency, feature flags, and more."
5
5
authors = ["Amazon Web Services"]
6
6
include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]
0 commit comments