Skip to content

Commit 015c719

Browse files
committed
Set stable version
1 parent bb55fc9 commit 015c719

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 1.6.0-dev
10+
version 1.6.0
1111
-----------------
1212
+ Fix a bug where compression levels for IGzipFile where checked in read mode.
1313
+ Update statically linked ISA-L release to 2.31.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def build_isa_l():
130130

131131
setup(
132132
name="isal",
133-
version="1.6.0-dev",
133+
version="1.6.0",
134134
description="Faster zlib and gzip compatible compression and "
135135
"decompression by providing python bindings for the ISA-L "
136136
"library.",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"__version__"
1717
]
1818

19-
__version__ = "1.6.0-dev"
19+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)