Skip to content

Commit 1415d3d

Browse files
committed
Bump version to 1.9.14
1 parent f5817cc commit 1415d3d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.9.14
2+
* Distribute wheels for Python 3.14
3+
* Support for Python 3.9 has been dropped, as it is end-of-life
4+
15
# 1.9.13
26
* Distribute wheels for Python 3.13
37
* Support for python 3.6, 3.7, 3.8 has been dropped, as it is end-of-life

python/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
# built documents.
100100
#
101101
# The short X.Y version.
102-
version = "1.9.13"
102+
version = "1.9.14"
103103

104104
# The full version, including alpha/beta/rc tags.
105105
release = version

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "scikit_build_core.build"
66

77
[project]
88
name = "segyio"
9-
version = "1.9.13"
9+
version = "1.9.14"
1010
description = "Simple & fast IO for SEG-Y files"
1111
authors = [
1212
{ name = "Equinor ASA" },

0 commit comments

Comments
 (0)