Skip to content

Commit

Permalink
bump version and changelog to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Apr 6, 2019
1 parent afe99b2 commit ce3d8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.8.1, 6 April 2019

- Added support for .xz / lzma (PR [#262](https://github.com/RaRe-Technologies/smart_open/pull/262), [@vmarkovtsev](https://github.com/vmarkovtsev))
- Added streaming HTTP support (PR [#236](https://github.com/RaRe-Technologies/smart_open/pull/236), [@handsomezebra](https://github.com/handsomezebra))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def read(fname):

setup(
name='smart_open',
version='1.8.0',
version='1.8.1',
description='Utils for streaming large files (S3, HDFS, gzip, bz2...)',
long_description=read('README.rst'),

Expand Down

0 comments on commit ce3d8ac

Please sign in to comment.