File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 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 `
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
Original file line number Diff line number Diff 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
5658Installation
5759------------
You can’t perform that action at this time.
0 commit comments