File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
aws_advanced_python_wrapper Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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
910release 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 |
Original file line number Diff line number Diff line change 1515
1616class DriverInfo :
1717 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 11[tool .poetry ]
22name = " aws_advanced_python_wrapper"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " Amazon Web Services (AWS) Advanced Python Wrapper"
55authors = [" Amazon Web Services" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments