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
77.. This document is user facing. Please word the changes in such a way
88.. that users understand how the changes affect the new version.
99
10- version 0.6.0-dev
10+ version 0.6.0
1111-----------------
1212+ ``python -m gzip ``'s behaviour has been changed since fixing bug:
1313 `bpo-43316 <https://bugs.python.org/issue43316 >`_. This bug was not present
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def build_isa_l():
152152
153153setup (
154154 name = "isal" ,
155- version = "0.6.0-dev " ,
155+ version = "0.6.0" ,
156156 description = "Faster zlib and gzip compatible compression and "
157157 "decompression by providing python bindings for the ISA-L "
158158 "library." ,
Original file line number Diff line number Diff line change 3939 "__version__"
4040]
4141
42- __version__ = "0.6.0-dev "
42+ __version__ = "0.6.0"
You can’t perform that action at this time.
0 commit comments