Skip to content

Commit 4ae9880

Browse files
Bumping version to 1.27.28
1 parent 64525bf commit 4ae9880

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changes/1.27.28.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "``networkmanager``",
4+
"description": "This release adds general availability API support for AWS Cloud WAN.",
5+
"type": "api-change"
6+
}
7+
]

.changes/next-release/api-change-networkmanager-78005.json

-5
This file was deleted.

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGELOG
33
=========
44

5+
1.27.28
6+
=======
7+
8+
* api-change:``networkmanager``: This release adds general availability API support for AWS Cloud WAN.
9+
10+
511
1.27.27
612
=======
713

botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

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

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

+1-1
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.27'
57+
release = '1.27.28'
5858

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

0 commit comments

Comments
 (0)