v0.3.0
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 usingimportlib.metadata
.
Details
- Add original
distutils/version.py
from Python 3.11.11 by @amotl in #59 - Fix
verlib2.__version__
, now usingimportlib.metadata
by @amotl in #60 - This and that by @amotl in #62
Full Changelog: v0.2.1...v0.3.0