Skip to content

Commit

Permalink
Bump version to 1.11.3 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
icywang86rui committed Oct 16, 2018
1 parent a75a7b5 commit 08bacf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
CHANGELOG
=========

1.11.3dev
=========
1.11.3
======

* feature: Local Mode: Add support for Batch Inference
* feature: Add timestamp to secondary status in training job output
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __getattr__(cls, name):
'numpy', 'scipy', 'scipy.sparse']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

version = '1.11.2'
version = '1.11.3'
project = u'sagemaker'

# Add any Sphinx extension module names here, as strings. They can be extensions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(fname):


setup(name="sagemaker",
version="1.11.2",
version="1.11.3",
description="Open source library for training and deploying models on Amazon SageMaker.",
packages=find_packages('src'),
package_dir={'': 'src'},
Expand Down

0 comments on commit 08bacf6

Please sign in to comment.