diff --git a/aws_lambda_powertools/shared/version.py b/aws_lambda_powertools/shared/version.py index c885d5f6d21..9311c770915 100644 --- a/aws_lambda_powertools/shared/version.py +++ b/aws_lambda_powertools/shared/version.py @@ -1,3 +1,3 @@ """Exposes version constant to avoid circular dependencies.""" -VERSION = "3.14.1a6" +VERSION = "3.15.0" diff --git a/pyproject.toml b/pyproject.toml index ad693af1f4f..337255232f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "3.14.1a6" +version = "3.15.0" description = "Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity." authors = ["Amazon Web Services"] include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]