diff --git a/.changes/1.20.10.json b/.changes/1.20.10.json new file mode 100644 index 0000000000..4398832f63 --- /dev/null +++ b/.changes/1.20.10.json @@ -0,0 +1,17 @@ +[ + { + "category": "``ec2``", + "description": "Update ec2 client to latest version", + "type": "api-change" + }, + { + "category": "``config``", + "description": "Update config client to latest version", + "type": "api-change" + }, + { + "category": "``lookoutvision``", + "description": "Update lookoutvision client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-config-93894.json b/.changes/next-release/api-change-config-93894.json deleted file mode 100644 index a4e289e373..0000000000 --- a/.changes/next-release/api-change-config-93894.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``config``", - "type": "api-change", - "description": "Update config client to latest version" -} diff --git a/.changes/next-release/api-change-ec2-20260.json b/.changes/next-release/api-change-ec2-20260.json deleted file mode 100644 index c936aeaa44..0000000000 --- a/.changes/next-release/api-change-ec2-20260.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ec2``", - "type": "api-change", - "description": "Update ec2 client to latest version" -} diff --git a/.changes/next-release/api-change-lookoutvision-31277.json b/.changes/next-release/api-change-lookoutvision-31277.json deleted file mode 100644 index c3473d9480..0000000000 --- a/.changes/next-release/api-change-lookoutvision-31277.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``lookoutvision``", - "type": "api-change", - "description": "Update lookoutvision client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ed4b2df79c..1a043b748f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.20.10 +======= + +* api-change:``ec2``: Update ec2 client to latest version +* api-change:``config``: Update config client to latest version +* api-change:``lookoutvision``: Update lookoutvision client to latest version + + 1.20.9 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 240100781f..9b93f9c9ba 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.20.9' +__version__ = '1.20.10' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index b84e051687..2c610decbc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = '1.20' +version = '1.20.' # The full version, including alpha/beta/rc tags. -release = '1.20.9' +release = '1.20.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.