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.5.0-dev
10
+ version 1.5.0
11
11
-----------------
12
12
+ Make a special case for threads==1 in ``igzip_threaded.open `` for writing
13
13
files. This now combines the writing and compression thread for less
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def build_isa_l():
135
135
136
136
setup (
137
137
name = "isal" ,
138
- version = "1.5.0-dev " ,
138
+ version = "1.5.0" ,
139
139
description = "Faster zlib and gzip compatible compression and "
140
140
"decompression by providing python bindings for the ISA-L "
141
141
"library." ,
Original file line number Diff line number Diff line change 27
27
"__version__"
28
28
]
29
29
30
- __version__ = "1.5.0-dev "
30
+ __version__ = "1.5.0"
You can’t perform that action at this time.
0 commit comments