From b389b353f2838e144eacecabec6aa6d955df0e22 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 18 May 2017 19:03:33 +0500 Subject: [PATCH 1/2] update changelog to 1.5.3 --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cec1cd23..b318ab58 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +* 1.5.3, 18th May 2017 + + - Remove GET parameters from url. Fix #120 (PR #121, @mcrowson) + * 1.5.2, 12th Apr 2017 - Enable compressed formats over http. Avoid filehandle leak. Fix #109 and #110. (PR #112, @robottwo ) From 6a3197855bbe80845ebf4a9f62dc0cf2d4954d22 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 18 May 2017 19:05:24 +0500 Subject: [PATCH 2/2] bump version to 1.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9d95143..45f9fe9c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(fname): setup( name = 'smart_open', - version = '1.5.2', + version = '1.5.3', description = 'Utils for streaming large files (S3, HDFS, gzip, bz2...)', long_description = read('README.rst'),