diff --git a/.changes/1.10.83.json b/.changes/1.10.83.json new file mode 100644 index 0000000000..2585dcf4ef --- /dev/null +++ b/.changes/1.10.83.json @@ -0,0 +1,7 @@ +[ + { + "category": "``snowball``", + "description": "Update snowball client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 175df05527..630a8063e6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.10.83 +======= + +* api-change:``snowball``: Update snowball client to latest version + + 1.10.82 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index c26d35cdf7..77c92b1e75 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.10.82' +__version__ = '1.10.83' class NullHandler(logging.Handler): diff --git a/botocore/data/snowball/2016-06-30/service-2.json b/botocore/data/snowball/2016-06-30/service-2.json index 910baa8000..30a87ed549 100644 --- a/botocore/data/snowball/2016-06-30/service-2.json +++ b/botocore/data/snowball/2016-06-30/service-2.json @@ -1067,6 +1067,7 @@ "InTransitToCustomer", "WithCustomer", "InTransitToAWS", + "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", diff --git a/docs/source/conf.py b/docs/source/conf.py index a1952849cc..d91cb49f86 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.10.' # The full version, including alpha/beta/rc tags. -release = '1.10.82' +release = '1.10.83' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.