File tree 3 files changed +8
-7
lines changed
aws_advanced_python_wrapper
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Release Schedule
2
2
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 ) |
7
8
8
9
` aws-advanced-python-wrapper ` [ follows semver] ( https://semver.org/#semantic-versioning-200 ) which means we will only
9
10
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.
56
57
57
58
| Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End |
58
59
| ---------------| ----------------------| ---------| -----------------| --------------------------| ------------------------|
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 |
Original file line number Diff line number Diff line change 15
15
16
16
class DriverInfo :
17
17
DRIVER_NAME = "aws_advanced_python_wrapper"
18
- DRIVER_VERSION = "1.1.0 "
18
+ DRIVER_VERSION = "1.1.1 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_advanced_python_wrapper"
3
- version = " 1.1.0 "
3
+ version = " 1.1.1 "
4
4
description = " Amazon Web Services (AWS) Advanced Python Wrapper"
5
5
authors = [" Amazon Web Services" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments