Skip to content

Commit 946e13a

Browse files
Bumping version to 1.27.27
1 parent 9773ccb commit 946e13a

File tree

7 files changed

+27
-17
lines changed

7 files changed

+27
-17
lines changed

.changes/1.27.27.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``redshift-serverless``",
9+
"description": "Removed prerelease language for GA launch.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``redshift``",
14+
"description": "This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.",
15+
"type": "api-change"
16+
}
17+
]

.changes/next-release/api-change-ec2-61779.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-redshift-72985.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-redshiftserverless-78544.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
CHANGELOG
33
=========
44

5+
1.27.27
6+
=======
7+
8+
* api-change:``ec2``: Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
9+
* api-change:``redshift-serverless``: Removed prerelease language for GA launch.
10+
* api-change:``redshift``: This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.
11+
12+
513
1.27.26
614
=======
715

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.27.26'
19+
__version__ = '1.27.27'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '1.27.'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.27.26'
57+
release = '1.27.27'
5858

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

0 commit comments

Comments
 (0)