Skip to content

Commit

Permalink
Merge branch 'release-1.27.6' into develop
Browse files Browse the repository at this point in the history
* release-1.27.6:
  Bumping version to 1.27.6
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 9, 2022
2 parents fb6c2b6 + 5ffcc16 commit 50ef8f2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changes/1.27.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``chime-sdk-meetings``",
"description": "Adds support for live transcription in AWS GovCloud (US) Regions.",
"type": "api-change"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.27.6
======

* api-change:``chime-sdk-meetings``: Adds support for live transcription in AWS GovCloud (US) Regions.


1.27.5
======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.27.5'
__version__ = '1.27.6'


class NullHandler(logging.Handler):
Expand Down
3 changes: 2 additions & 1 deletion botocore/data/chime-sdk-meetings/2021-07-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,8 @@
"eu-west-1",
"eu-west-2",
"sa-east-1",
"auto"
"auto",
"us-gov-west-1"
]
},
"TranscribeVocabularyFilterMethod":{
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.27'
# The full version, including alpha/beta/rc tags.
release = '1.27.5'
release = '1.27.6'

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

0 comments on commit 50ef8f2

Please sign in to comment.