Skip to content

Commit 353fa71

Browse files
committed
chore: bump version to 1.1.1
1 parent f7880f1 commit 353fa71

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Maintenance.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Release Schedule
22

3-
| Release Date | Release |
4-
|---------------|--------------------------------------------------------------------------------------------|
5-
| May 16, 2024 | [Release 1.0.0](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.0.0) |
6-
| July 31, 2024 | [Release 1.1.0](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.1.0) |
3+
| Release Date | Release |
4+
|------------------|--------------------------------------------------------------------------------------------|
5+
| May 16, 2024 | [Release 1.0.0](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.0.0) |
6+
| July 31, 2024 | [Release 1.1.0](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.1.0) |
7+
| October 18, 2024 | [Release 1.1.1](https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.1.1) |
78

89
`aws-advanced-python-wrapper` [follows semver](https://semver.org/#semantic-versioning-200) which means we will only
910
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.
5657

5758
| Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End |
5859
|---------------|----------------------|---------|-----------------|--------------------------|------------------------|
59-
| 1 | 1.1.0 | Current | May 16, 2024 | May 16, 2024 | N/A |
60+
| 1 | 1.1.1 | Current | May 16, 2024 | May 16, 2024 | N/A |

aws_advanced_python_wrapper/driver_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
class DriverInfo:
1717
DRIVER_NAME = "aws_advanced_python_wrapper"
18-
DRIVER_VERSION = "1.1.0"
18+
DRIVER_VERSION = "1.1.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_advanced_python_wrapper"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Amazon Web Services (AWS) Advanced Python Wrapper"
55
authors = ["Amazon Web Services"]
66
readme = "README.md"

0 commit comments

Comments
 (0)