Skip to content

Commit

Permalink
Merge branch 'release-1.21.64'
Browse files Browse the repository at this point in the history
* release-1.21.64:
  Bumping version to 1.21.64
  Update to latest models
  Upgrade to awcrt 0.12.5 (#2523)
  • Loading branch information
aws-sdk-python-automation committed Oct 18, 2021
2 parents ee92afa + 814c2d4 commit fadb4a6
Show file tree
Hide file tree
Showing 8 changed files with 585 additions and 327 deletions.
17 changes: 17 additions & 0 deletions .changes/1.21.64.json
@@ -0,0 +1,17 @@
[
{
"category": "``quicksight``",
"description": "AWS QuickSight Service Features - Add IP Restriction UI and public APIs support.",
"type": "api-change"
},
{
"category": "AWSCRT",
"description": "Upgrade awscrt extra to 0.12.5",
"type": "enchancement"
},
{
"category": "``ivs``",
"description": "Bug fix: remove unsupported maxResults and nextToken pagination parameters from ListTagsForResource",
"type": "api-change"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/run-crt-test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.21.64
=======

* api-change:``quicksight``: AWS QuickSight Service Features - Add IP Restriction UI and public APIs support.
* enchancement:AWSCRT: Upgrade awscrt extra to 0.12.5
* api-change:``ivs``: Bug fix: remove unsupported maxResults and nextToken pagination parameters from ListTagsForResource


1.21.63
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.21.63'
__version__ = '1.21.64'


class NullHandler(logging.Handler):
Expand Down
588 changes: 338 additions & 250 deletions botocore/data/ivs/2020-07-14/service-2.json

Large diffs are not rendered by default.

291 changes: 218 additions & 73 deletions botocore/data/quicksight/2018-04-01/service-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.21.'
# The full version, including alpha/beta/rc tags.
release = '1.21.63'
release = '1.21.64'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -8,7 +8,7 @@ requires_dist =
urllib3>=1.25.4,<1.27

[options.extras_require]
crt = awscrt==0.11.24
crt = awscrt==0.12.5

[flake8]
ignore = E203,E226,E501,E731,W503,W504

0 comments on commit fadb4a6

Please sign in to comment.