Skip to content

Commit b004f85

Browse files
Bumping version to 1.35.93
1 parent 81f350b commit b004f85

File tree

6 files changed

+21
-12
lines changed

6 files changed

+21
-12
lines changed

.changes/1.35.93.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"category": "``iotsecuretunneling``",
4+
"description": "Adds dualstack endpoint support for IoT Secure Tunneling",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``supplychain``",
9+
"description": "Allow vanity DNS domain when creating a new ASC instance",
10+
"type": "api-change"
11+
}
12+
]

.changes/next-release/api-change-iotsecuretunneling-45076.json

-5
This file was deleted.

.changes/next-release/api-change-supplychain-12199.json

-5
This file was deleted.

CHANGELOG.rst

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

5+
1.35.93
6+
=======
7+
8+
* api-change:``iotsecuretunneling``: Adds dualstack endpoint support for IoT Secure Tunneling
9+
* api-change:``supplychain``: Allow vanity DNS domain when creating a new ASC instance
10+
11+
512
1.35.92
613
=======
714

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.35.92'
19+
__version__ = '1.35.93'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.35.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.35.92'
62+
release = '1.35.93'
6363

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

0 commit comments

Comments
 (0)