Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
Bump version to 2.1.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoiByungWook authored Aug 6, 2018
1 parent 1fe7fbd commit 81d224c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
CHANGELOG
=========

2.1.0
=====
* Allow for local modules to work with AWS SageMaker framework containers.
* Support for training outside of AWS SageMaker Training.


2.0.4
=====

* Fix output_data_dir to reference an existing directory.
* Fix error message.
* Make pip install verbose.
* Make pip install verbose.

2.0.3
=====
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(file_name):

setup(
name='sagemaker_containers',
version='2.0.4',
version='2.1.0',
description='Open source library for creating containers to run on Amazon SageMaker.',

packages=packages,
Expand Down

0 comments on commit 81d224c

Please sign in to comment.