Skip to content

Commit

Permalink
Bumping version to 1.34.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan343 committed Jan 22, 2024
1 parent f209888 commit edafc36
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 52 deletions.
52 changes: 52 additions & 0 deletions .changes/1.34.24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``cloud9``",
"description": "Update cloud9 client to latest version",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Update organizations client to latest version",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "Update finspace client to latest version",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Update rds client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
},
{
"category": "``connectcases``",
"description": "Update connectcases client to latest version",
"type": "api-change"
},
{
"category": "``appconfigdata``",
"description": "Update appconfigdata client to latest version",
"type": "api-change"
},
{
"category": "``cloudfront-keyvaluestore``",
"description": "Update cloudfront-keyvaluestore client to latest version",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Update ecs client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appconfigdata-37794.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloud9-20119.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectcases-43862.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-52218.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-51144.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-91948.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-finspace-67405.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-organizations-10039.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-18496.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.34.24
=======

* api-change:``cloud9``: Update cloud9 client to latest version
* api-change:``organizations``: Update organizations client to latest version
* api-change:``finspace``: Update finspace client to latest version
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
* api-change:``rds``: Update rds client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``connectcases``: Update connectcases client to latest version
* api-change:``appconfigdata``: Update appconfigdata client to latest version
* api-change:``cloudfront-keyvaluestore``: Update cloudfront-keyvaluestore client to latest version
* api-change:``ecs``: Update ecs client to latest version


1.34.23
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.23'
__version__ = '1.34.24'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.23'
release = '1.34.24'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit edafc36

Please sign in to comment.