Skip to content

v1.13.0

Compare
Choose a tag to compare
@homebysix homebysix released this 18 Nov 11:20
· 59 commits to main since this release
2ad7bf8

Changed

  • Now uses packaging.version.Version instead of distutils.version.LooseVersion for AutoPkg version comparisons. This may cause unexpected behavior if unusual versions are used in MinimumVersion keys.
  • Updated yaml.safe_load() to YAML(typ='safe').