Skip to content

Commit

Permalink
Bump version to 1.2.3 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
iquintero committed Apr 17, 2018
1 parent 04bfc38 commit 9362bba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -2,7 +2,7 @@
CHANGELOG
=========

1.2.3-dev
1.2.3
=========
* bug-fix: Fix local mode not using the right s3 bucket

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -47,7 +47,7 @@ You can install from source by cloning this repository and issuing a pip install

git clone https://github.com/aws/sagemaker-python-sdk.git
python setup.py sdist
pip install dist/sagemaker-1.2.2.tar.gz
pip install dist/sagemaker-1.2.3.tar.gz

Supported Python versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -19,7 +19,7 @@ def __getattr__(cls, name):
'numpy', 'scipy', 'scipy.sparse']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

version = '1.2.2'
version = '1.2.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
Expand Up @@ -11,7 +11,7 @@ def read(fname):


setup(name="sagemaker",
version="1.2.2",
version="1.2.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 9362bba

Please sign in to comment.