File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Changelog
7
7
.. This document is user facing. Please word the changes in such a way
8
8
.. that users understand how the changes affect the new version.
9
9
10
- version 0.7.0-dev
10
+ version 0.7.0
11
11
-----------------
12
12
+ Remove workarounds in the ``igzip `` module for the ``unconsumed_tail ``
13
13
and ``unused_data `` bugs. ``igzip._IGzipReader `` now functions the same
@@ -20,7 +20,6 @@ version 0.7.0-dev
20
20
``isal_zlib.Decompress `` objects.
21
21
It works the same as in CPython's zlib now.
22
22
23
-
24
23
version 0.6.1
25
24
-----------------
26
25
+ Fix a crash that occurs when opening a file that did not end in ``.gz `` while
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def build_isa_l():
152
152
153
153
setup (
154
154
name = "isal" ,
155
- version = "0.7.0-dev " ,
155
+ version = "0.7.0" ,
156
156
description = "Faster zlib and gzip compatible compression and "
157
157
"decompression by providing python bindings for the ISA-L "
158
158
"library." ,
Original file line number Diff line number Diff line change 39
39
"__version__"
40
40
]
41
41
42
- __version__ = "0.7.0-dev "
42
+ __version__ = "0.7.0"
You can’t perform that action at this time.
0 commit comments