Skip to content

Commit

Permalink
Merge branch 'release-1.17.59' into develop
Browse files Browse the repository at this point in the history
* release-1.17.59:
  Bumping version to 1.17.59
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Apr 27, 2021
2 parents b1ddffb + 94aea8f commit 4bcd9d0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changes/1.17.59.json
@@ -0,0 +1,7 @@
[
{
"category": "``auditmanager``",
"description": "[``botocore``] This release restricts using backslashes in control, assessment, and framework names. The controlSetName field of the UpdateAssessmentFrameworkControlSet API now allows strings without backslashes.",
"type": "api-change"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.17.59
=======

* api-change:``auditmanager``: [``botocore``] This release restricts using backslashes in control, assessment, and framework names. The controlSetName field of the UpdateAssessmentFrameworkControlSet API now allows strings without backslashes.


1.17.58
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.17.58'
__version__ = '1.17.59'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,6 +3,6 @@ universal = 1

[metadata]
requires_dist =
botocore>=1.20.58,<1.21.0
botocore>=1.20.59,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.4.0,<0.5.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.58,<1.21.0',
'botocore>=1.20.59,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
]
Expand Down

0 comments on commit 4bcd9d0

Please sign in to comment.