Skip to content

Commit 693dbd1

Browse files
committed
Set version to 1.4.0
1 parent b300c9f commit 693dbd1

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.4.0-dev
10+
version 1.4.0
1111
-----------------
1212
+ Drop support for python 3.7 and PyPy 3.8 as these are no longer supported.
1313
Add testing and support for python 3.12 and PyPy 3.10.

setup.py

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

136136
setup(
137137
name="isal",
138-
version="1.4.0-dev",
138+
version="1.4.0",
139139
description="Faster zlib and gzip compatible compression and "
140140
"decompression by providing python bindings for the ISA-L "
141141
"library.",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
"__version__"
2828
]
2929

30-
__version__ = "1.4.0-dev"
30+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)