Skip to content

Commit

Permalink
Add changelog and version bump information
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Nov 27, 2023
1 parent 675e9b3 commit 9cb7ccc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-Versioning-79122.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "Versioning",
"description": "Bump boto3 from 1.29.7 to 1.33.0 to match Botocore versioning scheme."
}
5 changes: 5 additions & 0 deletions .changes/next-release/feature-s3-74250.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "``s3``",
"description": "Boto3 will now opt into using the awscrt on select EC2 instance types for s3 transfers."
}
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.29.7'
__version__ = '1.32.0'


# The default Boto3 session; autoloaded when needed.
Expand Down

0 comments on commit 9cb7ccc

Please sign in to comment.