1.2.0 (July 13, 2020)
- Bug Fixes
- Fixed
typing
module compatibility issue with Python 3.5 prior to 3.5.4
- Fixed
- Enhancements
- Switched to getting version using
importlib.metadata
instead of usingpkg_resources
- Improves
cmd2
application launch time on systems that have a lot of Python packages onsys.path
- Added dependency on
importlib_metadata
when running on versions of Python prior to 3.8
- Improves
- Switched to getting version using