diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-07-13 22:54:15 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-07-13 22:54:15 -0400 |
commit | 67af98e866209863aefa44a5eccef4b460e5a19a (patch) | |
tree | 232f5c09137cb9a2fbab8685bb24390fb1cb0431 /CHANGELOG.md | |
parent | eddbbefcd64c66f60d0cf4f94c0ad0adc5773eee (diff) | |
download | cmd2-git-67af98e866209863aefa44a5eccef4b460e5a19a.tar.gz |
Fix a dependency version requirement which was too restrictive and required bleeding edge for no good reason
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 545180ad..83076e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.1 (July TBD, 2020) +* Bug Fixes + * Relax minimum version `importlib-metadata` to >= 1.6.0 when using Python < 3.8 + ## 1.2.0 (July 13, 2020) * Bug Fixes * Fixed `typing` module compatibility issue with Python 3.5 prior to 3.5.4 |