File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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 1.6.0-dev
10
+ version 1.6.0
11
11
-----------------
12
12
+ Fix a bug where compression levels for IGzipFile where checked in read mode.
13
13
+ Update statically linked ISA-L release to 2.31.0
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ def build_isa_l():
130
130
131
131
setup (
132
132
name = "isal" ,
133
- version = "1.6.0-dev " ,
133
+ version = "1.6.0" ,
134
134
description = "Faster zlib and gzip compatible compression and "
135
135
"decompression by providing python bindings for the ISA-L "
136
136
"library." ,
Original file line number Diff line number Diff line change 16
16
"__version__"
17
17
]
18
18
19
- __version__ = "1.6.0-dev "
19
+ __version__ = "1.6.0"
You can’t perform that action at this time.
0 commit comments