diff --git a/Maintenance.md b/Maintenance.md index 996b791f..aa5c7fd0 100644 --- a/Maintenance.md +++ b/Maintenance.md @@ -1,9 +1,10 @@ # Release Schedule -| Release Date | Release | -|---------------|--------------------------------------------------------------------------------------------| -| May 16, 2024 | [Release 1.0.0](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.0.0) | -| July 31, 2024 | [Release 1.1.0](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.1.0) | +| Release Date | Release | +|------------------|--------------------------------------------------------------------------------------------| +| May 16, 2024 | [Release 1.0.0](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.0.0) | +| July 31, 2024 | [Release 1.1.0](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.1.0) | +| October 18, 2024 | [Release 1.1.1](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.1.1) | `aws-advanced-python-wrapper` [follows semver](https://semver.org/#semantic-versioning-200) which means we will only release breaking changes in major versions. Generally speaking patches will be released to fix existing problems without @@ -56,4 +57,4 @@ from the updated source after the PRs are merged. | Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End | |---------------|----------------------|---------|-----------------|--------------------------|------------------------| -| 1 | 1.1.0 | Current | May 16, 2024 | May 16, 2024 | N/A | +| 1 | 1.1.1 | Current | May 16, 2024 | May 16, 2024 | N/A | diff --git a/aws_advanced_python_wrapper/driver_info.py b/aws_advanced_python_wrapper/driver_info.py index f5524404..f3110462 100644 --- a/aws_advanced_python_wrapper/driver_info.py +++ b/aws_advanced_python_wrapper/driver_info.py @@ -15,4 +15,4 @@ class DriverInfo: DRIVER_NAME = "aws_advanced_python_wrapper" - DRIVER_VERSION = "1.1.0" + DRIVER_VERSION = "1.1.1" diff --git a/pyproject.toml b/pyproject.toml index 23532252..984fe212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_advanced_python_wrapper" -version = "1.1.0" +version = "1.1.1" description = "Amazon Web Services (AWS) Advanced Python Wrapper" authors = ["Amazon Web Services"] readme = "README.md"