Skip to content

Commit e37ac12

Browse files
authored
Bump version to 1.15.0 and remove local_mode_lock (#496)
1 parent 172381b commit e37ac12

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ venv/
2525
*~
2626
.pytest_cache/
2727
*.swp
28+
tests/data/local_mode_lock

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CHANGELOG
33
=========
44

5-
1.14.3-dev
5+
1.15.0
66
======
77

88
* bug-fix: Changes to use correct S3 bucket and time range for dataframes in TrainingJobAnalytics.

doc/conf.py

Lines changed: 1 addition & 1 deletion
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.14.0'
35+
version = '1.15.0'
3636
project = u'sagemaker'
3737

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

src/sagemaker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
from sagemaker.session import s3_input # noqa: F401
3838
from sagemaker.session import get_execution_role # noqa: F401
3939

40-
__version__ = '1.14.2'
40+
__version__ = '1.15.0'

tests/data/local_mode_lock

Whitespace-only changes.

0 commit comments

Comments
 (0)