Skip to content

Commit c1a7631

Browse files
ChoiByungWookPiali Das
authored and
Piali Das
committed
Bump version to 1.11.2 (aws#425)
1 parent 25d7556 commit c1a7631

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
CHANGELOG
33
=========
44

5-
=========
6-
1.11.2dev
7-
=========
5+
======
6+
1.11.2
7+
======
88

99
* enhancement: Enable setting VPC config when creating/deploying models
1010
* enhancement: Local Mode: accept short lived credentials with a warning message

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __getattr__(cls, name):
3232
'numpy', 'scipy', 'scipy.sparse']
3333
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3434

35-
version = '1.11.1'
35+
version = '1.11.2'
3636
project = u'sagemaker'
3737

3838
# Add any Sphinx extension module names here, as strings. They can be extensions

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323

2424

2525
setup(name="sagemaker",
26-
version="1.11.1",
26+
version="1.11.2",
2727
description="Open source library for training and deploying models on Amazon SageMaker.",
2828
packages=find_packages('src'),
2929
package_dir={'': 'src'},

0 commit comments

Comments
 (0)