File tree Expand file tree Collapse file tree 6 files changed +23
-4
lines changed Expand file tree Collapse file tree 6 files changed +23
-4
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "category" : " ``opensearchserverless``" ,
4
+ "description" : " This release includes two new exception types \" ServiceQuotaExceededException\" and \" OcuLimitExceededException\" ." ,
5
+ "type" : " api-change"
6
+ },
7
+ {
8
+ "category" : " ``rds``" ,
9
+ "description" : " Add support for creating a read replica DB instance from a Multi-AZ DB cluster." ,
10
+ "type" : " api-change"
11
+ }
12
+ ]
Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 1.27.102
6
+ ========
7
+
8
+ * api-change:``opensearchserverless``: This release includes two new exception types "ServiceQuotaExceededException" and "OcuLimitExceededException".
9
+ * api-change:``rds``: Add support for creating a read replica DB instance from a Multi-AZ DB cluster.
10
+
11
+
5
12
1.27.101
6
13
========
7
14
Original file line number Diff line number Diff line change 17
17
"""
18
18
import os
19
19
20
- __version__ = '1.27.101 '
20
+ __version__ = '1.27.102 '
21
21
22
22
#
23
23
# Get our data path to be added to botocore's search path
Original file line number Diff line number Diff line change 52
52
# The short X.Y version.
53
53
version = '1.27.1'
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '1.27.101 '
55
+ release = '1.27.102 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ universal = 0
3
3
4
4
[metadata]
5
5
requires_dist =
6
- botocore ==1.29.101
6
+ botocore ==1.29.102
7
7
docutils>=0.10,<0.17
8
8
s3transfer>=0.6.0,<0.7.0
9
9
PyYAML>=3.10,<5.5
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def find_version(*file_paths):
24
24
25
25
26
26
install_requires = [
27
- 'botocore==1.29.101 ' ,
27
+ 'botocore==1.29.102 ' ,
28
28
'docutils>=0.10,<0.17' ,
29
29
's3transfer>=0.6.0,<0.7.0' ,
30
30
'PyYAML>=3.10,<5.5' ,
You can’t perform that action at this time.
0 commit comments