@@ -46,16 +46,17 @@ Main Features
46
46
- Alerts that seamlessly print while user enters text at prompt
47
47
- Colored and stylized output using ` ansi.style() `
48
48
49
- Python 3.5 support ended
50
- ------------------------
51
- The last release of ` cmd2 ` to support Python 3.5 was the 1.5.0 release on January 31, 2021. Python 3.5 was
52
- [ released] ( https://docs.python.org/3/whatsnew/3.5.html ) on Sept. 13, 2015 and it reached
53
- [ end-of-life] ( https://devguide.python.org/#status-of-python-branches ) on September 5, 2020.
54
-
55
- We are very much looking forward to being able to use
56
- [ features added in Python 3.6] ( https://docs.python.org/3/whatsnew/3.6.html ) such as
57
- [ f-strings] ( https://realpython.com/python-f-strings/ ) .
58
-
49
+ Version 2.0 Notes
50
+ -----------------
51
+ - Python 3.5 support ended
52
+ - The last release of ` cmd2 ` to support Python 3.5 was the 1.5.0 release on January 31, 2021. Python 3.5 was
53
+ [ released] ( https://docs.python.org/3/whatsnew/3.5.html ) on Sept. 13, 2015 and it reached
54
+ [ end-of-life] ( https://devguide.python.org/#status-of-python-branches ) on September 5, 2020.
55
+ - ` cmd2 ` 2.0 simplifies portions of the API and introduces new features. Many of these changes are not compatible with
56
+ previous versions of ` cmd2 ` . For assistance with porting your current ` cmd2 ` application to version 2.0, see the
57
+ [ CHANGELOG] ( https://github.com/python-cmd2/cmd2/blob/master/CHANGELOG.md ) for a description of each breaking
58
+ change and enhancement.
59
+
59
60
Installation
60
61
------------
61
62
On all operating systems, the latest stable version of ` cmd2 ` can be installed using pip:
0 commit comments