We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103d215 commit b5ada70Copy full SHA for b5ada70
CHANGELOG.md
@@ -8,6 +8,10 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
9
## [Unreleased]
10
11
+## [1.10.5] - 2021-02-17
12
+
13
+No changes. Bumped version to trigger new pipeline build for layer publishing.
14
15
## [1.10.4] - 2021-02-17
16
17
### Fixed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "1.10.4"
+version = "1.10.5"
4
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
authors = ["Amazon Web Services"]
6
include = ["aws_lambda_powertools/py.typed"]
0 commit comments