Skip to content

Commit

Permalink
Merge branch 'release-1.10.83'
Browse files Browse the repository at this point in the history
* release-1.10.83:
  Bumping version to 1.10.83
  Update to latest models
  • Loading branch information
awstools committed Aug 22, 2018
2 parents 0dfd61f + 6ce2078 commit 7ff8e55
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changes/1.10.83.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``snowball``",
"description": "Update snowball client to latest version",
"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.10.83
=======

* api-change:``snowball``: Update snowball client to latest version


1.10.82
=======

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 re
import logging

__version__ = '1.10.82'
__version__ = '1.10.83'


class NullHandler(logging.Handler):
Expand Down
1 change: 1 addition & 0 deletions botocore/data/snowball/2016-06-30/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,7 @@
"InTransitToCustomer",
"WithCustomer",
"InTransitToAWS",
"WithAWSSortingFacility",
"WithAWS",
"InProgress",
"Complete",
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.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.
Expand Down

0 comments on commit 7ff8e55

Please sign in to comment.