summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-09-04 23:49:50 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-09-04 23:49:50 -0700
commitfb2a51bf49f45a572fa86cbef09ced11e468c25a (patch)
treeb17eef3f1a7020ce42962f69f12cc5c26a304fd7 /README.md
parent929e504a32377e99a4f34ecc6dfd00ff3b6e71e7 (diff)
downloadcmd2-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-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b2eb314c..d725ca9b 100755
--- a/README.md
+++ b/README.md
@@ -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