8000 Release v0.3.0 · pyveci/verlib2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.3.0

Compare
Choose a tag to compare
@amotl amotl released this 11 Feb 19:53
· 9 commits to main since this release

What's Changed

  • Added original distutils/version.py from Python 3.11.11.
    Because some custom version implementations derive from it,
    it is a good idea to have it around for Python 3.12 and higher.
  • Fixed verlib2.__version__, now using importlib.metadata.

Details

  • Add original distutils/version.py from Python 3.11.11 by @amotl in #59
  • Fix verlib2.__version__, now using importlib.metadata by @amotl in #60
  • This and that by @amotl in #62

Full Changelog: v0.2.1...v0.3.0

0