Skip to content

Commit a1bf7bf

Browse files
Bumping version to 1.23.24
1 parent 19f83d8 commit a1bf7bf

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changes/1.23.24.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "``secretsmanager``",
4+
"description": "Documentation updates for Secrets Manager",
5+
"type": "api-change"
6+
}
7+
]

.changes/next-release/api-change-secretsmanager-14746.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.23.24
6+
=======
7+
8+
* api-change:``secretsmanager``: Documentation updates for Secrets Manager
9+
10+
511
1.23.23
612
=======
713

botocore/__init__.py

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

19-
__version__ = '1.23.23'
19+
__version__ = '1.23.24'
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.23.'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.23.23'
57+
release = '1.23.24'
5858

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

0 commit comments

Comments
 (0)