Skip to content

v3.4.1 Bugfixes

Choose a tag to compare

@richrobe richrobe released this 29 Aug 22:25

Fixed bug originated from switching from distutils.StrictVersion to packaging.version.Version.

The new Version object does not have the attribute Version.version anymore, so .version[0] was replaced by .major