diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-04 23:49:50 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-04 23:49:50 -0700 |
commit | fb2a51bf49f45a572fa86cbef09ced11e468c25a (patch) | |
tree | b17eef3f1a7020ce42962f69f12cc5c26a304fd7 /README.md | |
parent | 929e504a32377e99a4f34ecc6dfd00ff3b6e71e7 (diff) | |
download | cmd2-git-fb2a51bf49f45a572fa86cbef09ced11e468c25a.tar.gz |
Updated CHANGELOG with bug fix comment for associated PR
Also
- Updated README to change wording about Python 2.7 being EOL since final date for supporting bug fixes has passed
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,9 +43,9 @@ Main Features Python 2.7 support is EOL ------------------------- -Support for adding new features to the Python 2.7 release of ``cmd2`` was discontinued on April 15, 2018. Bug fixes will be supported for Python 2.7 via 0.8.x until August 31, 2018. +The last version of cmd2 to support Python 2.7 is [0.8.9](https://pypi.org/project/cmd2/0.8.9/), released on August 21, 2018. -Supporting Python 2 was an increasing burden on our limited resources. Switching to support only Python 3 will allow +Supporting Python 2 was an increasing burden on our limited resources. Switching to support only Python 3 is allowing us to clean up the codebase, remove some cruft, and focus on developing new features. Installation |