Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@rhpvorderman rhpvorderman released this 16 Dec 14:00
· 1065 commits to develop since this release
dcddaac
  • Fixed a bug where writing of the gzip header would crash if an older version
    of Python 3.7 was used such as on Debian or Ubuntu. This is due to
    differences between point releases because of a backported feature. The code
    now checks if the backported feature is present.
  • Added Python 3.9 to the testing.
  • Fixed setup.py to list setuptools as a requirement.
  • Changed homepage to reflect move to pycompression organization.