We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d21ed commit 9e915fbCopy full SHA for 9e915fb
CHANGELOG.rst
@@ -7,7 +7,7 @@ Changelog
7
.. This document is user facing. Please word the changes in such a way
8
.. that users understand how the changes affect the new version.
9
10
-version 0.2.0-dev
+version 0.2.0
11
-----------------
12
+ Fixed a bug where writing of the gzip header would crash if an older version
13
of Python 3.7 was used such as on Debian or Ubuntu. This is due to
setup.py
@@ -36,7 +36,7 @@
36
37
setup(
38
name="isal",
39
- version="0.2.0-dev",
+ version="0.2.0",
40
description="Faster zlib and gzip compatible compression and "
41
"decompression by providing python bindings for the isa-l "
42
"library.",
0 commit comments