Skip to content

Commit 918200c

Browse files
committed
Updated CHANGELOG to prepare for next release
Also: - Upated README to reflect this will be the last release to support Python 3.5
1 parent 3f67a3e commit 918200c

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 (TBD, 2020)
1+
## 1.5.0 (January 31, 2021)
22
* Bug Fixes
33
* Fixed bug where setting `always_show_hint=True` did not show a hint when completing `Settables`
44
* Fixed bug in editor detection logic on Linux systems that do not have `which`
@@ -7,7 +7,9 @@
77
* Enhancements
88
* Added `silent_startup_script` option to `cmd2.Cmd.__init__()`. If `True`, then the startup script's
99
output will be suppressed. Anything written to stderr will still display.
10-
* cmd2 now uses pyreadline3 when running Python 3.8 or greater on Windows
10+
* cmd2 now uses pyreadline3 when running Python 3.8 or greater on Windows
11+
* Notes
12+
* This is the last release planned to support Python 3.5
1113

1214
## 1.4.0 (November 11, 2020)
1315
* Bug Fixes

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@ Main Features
4545
- Alerts that seamlessly print while user enters text at prompt
4646
- Colored and stylized output using `ansi.style()`
4747

48-
Python 3.5 support ending soon
49-
------------------------------
50-
`cmd2` will end support for Python 3.5 on August 31, 2020. Python 3.5 was [released](https://docs.python.org/3/whatsnew/3.5.html)
51-
on Sept. 13, 2015 and its [end-of-life](https://devguide.python.org/#status-of-python-branches) is planned for September 2020.
52-
53-
New versions of `cmd2` will stop supporting Python 3.5 in a few months. We are very much looking forward to being able to use
54-
[features added in Python 3.6](https://docs.python.org/3/whatsnew/3.6.html) such as [f-strings](https://realpython.com/python-f-strings/).
48+
Python 3.5 support ended
49+
------------------------
50+
The last release of `cmd2` to support Python 3.5 was the 1.5.0 release on January 31, 2021. Python 3.5 was
51+
[released](https://docs.python.org/3/whatsnew/3.5.html) on Sept. 13, 2015 and it reached
52+
[end-of-life](https://devguide.python.org/#status-of-python-branches) on September 5, 2020.
53+
54+
We are very much looking forward to being able to use
55+
[features added in Python 3.6](https://docs.python.org/3/whatsnew/3.6.html) such as
56+
[f-strings](https://realpython.com/python-f-strings/).
5557

5658
Installation
5759
------------

0 commit comments

Comments
 (0)