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 )
2
2
* Bug Fixes
3
3
* Fixed bug where setting ` always_show_hint=True ` did not show a hint when completing ` Settables `
4
4
* Fixed bug in editor detection logic on Linux systems that do not have ` which `
7
7
* Enhancements
8
8
* Added ` silent_startup_script ` option to ` cmd2.Cmd.__init__() ` . If ` True ` , then the startup script's
9
9
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
11
13
12
14
## 1.4.0 (November 11, 2020)
13
15
* Bug Fixes
Original file line number Diff line number Diff line change @@ -45,13 +45,15 @@ Main Features
45
45
- Alerts that seamlessly print while user enters text at prompt
46
46
- Colored and stylized output using ` ansi.style() `
47
47
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/ ) .
55
57
56
58
Installation
57
59
------------
You can’t perform that action at this time.
0 commit comments