Skip to content

Commit 24dbe6c

Browse files
author
Jonathan Esterhazy
committed
bump version to 1.15.2
1 parent af35bbe commit 24dbe6c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
CHANGELOG
33
=========
44

5+
1.15.2
6+
======
7+
8+
* bug-fix: Fix FileNotFoundError for entry_point without source_dir
9+
* doc-fix: Add missing feature 1.5.0 in change log
10+
* doc-fix: Add README for airflow
11+
512
1.15.1
613
======
714

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.15.1'
35+
version = '1.15.2'
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.15.1'
40+
__version__ = '1.15.2'

0 commit comments

Comments
 (0)