1.2.0 (July 13, 2020)
- Bug Fixes
- Fixed
typingmodule compatibility issue with Python 3.5 prior to 3.5.4
- Fixed
- Enhancements
- Switched to getting version using
importlib.metadatainstead of usingpkg_resources- Improves
cmd2application launch time on systems that have a lot of Python packages onsys.path - Added dependency on
importlib_metadatawhen running on versions of Python prior to 3.8
- Improves
- Switched to getting version using