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

Commit af64014

Browse files
authored
Bump version to 1.1.2 (#169)
* Bump version to 1.1.2
1 parent 6c12e33 commit af64014

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

5+
1.1.2
6+
=====
7+
8+
* bug-fix: Only load hosting environment variables once when each Gunicorn worker starts
9+
510
1.1.1
611
=====
712

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(fname):
1414

1515
setup(
1616
name='sagemaker_container_support',
17-
version='1.1.1',
17+
version='1.1.2',
1818
description='Open source library for creating containers to run on Amazon SageMaker.',
1919

2020
packages=[PKG_NAME],

0 commit comments

Comments
 (0)