Skip to content

1.2.0 (July 13, 2020)

Compare
Choose a tag to compare
@tleonhardt tleonhardt released this 14 Jul 01:11
· 595 commits to master since this release
104f9af
  • Bug Fixes
    • Fixed typing module compatibility issue with Python 3.5 prior to 3.5.4
  • Enhancements
    • Switched to getting version using importlib.metadata instead of using pkg_resources
      • Improves cmd2 application launch time on systems that have a lot of Python packages on sys.path
      • Added dependency on importlib_metadata when running on versions of Python prior to 3.8