Skip to content

Commit 1e92c0e

Browse files
authored
Merge pull request piskvorky#487 from RaRe-Technologies/piskvorky-patch-1
Bump last supported py2 release to 1.10.1
2 parents 91cacca + 76a9ece commit 1e92c0e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Unreleased
2-
2+
33
- Prevent smart_open from writing to logs on import (PR [#476](https://github.com/RaRe-Technologies/smart_open/pull/476), [@mpenkov](https://github.com/mpenkov))
44
- Modify setup.py to explicitly support only Py3.5 and above (PR [#471](https://github.com/RaRe-Technologies/smart_open/pull/471), [@Amertz08](https://github.com/Amertz08))
55

6+
# 1.10.1, 26 April 2020
7+
8+
- This is the last version to support Python 2.7. Versions 1.11 and above will support Python 3 only.
9+
- Use only if you need Python 2.
10+
611
# 1.11.1, 8 Apr 2020
712

813
- Add missing boto dependency (Issue [#468](https://github.com/RaRe-Technologies/smart_open/issues/468))

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ What?
2424

2525
``smart_open`` is a drop-in replacement for Python's built-in ``open()``: it can do anything ``open`` can (100% compatible, falls back to native ``open`` wherever possible), plus lots of nifty extra stuff on top.
2626

27-
**Python 2.7 is no longer supported. If you need Python 2.7, please use** `smart_open 1.10.0 <https://github.com/RaRe-Technologies/smart_open/releases/tag/1.10.0>`_, **the last version to support Python 2.**
27+
**Python 2.7 is no longer supported. If you need Python 2.7, please use** `smart_open 1.10.1 <https://github.com/RaRe-Technologies/smart_open/releases/tag/1.10.0>`_, **the last version to support Python 2.**
2828

2929
Why?
3030
====

0 commit comments

Comments
 (0)