Skip to content

Commit

Permalink
chore: bump version to 1.1.1 (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq authored Oct 18, 2024
1 parent f7880f1 commit 04d62f2
Show file tree
Hide file tree
Showing 4 changed files with 346 additions and 299 deletions.
11 changes: 6 additions & 5 deletions Maintenance.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion aws_advanced_python_wrapper/driver_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

class DriverInfo:
DRIVER_NAME = "aws_advanced_python_wrapper"
DRIVER_VERSION = "1.1.0"
DRIVER_VERSION = "1.1.1"
Loading

0 comments on commit 04d62f2

Please sign in to comment.