From fc4cd9de7d345d2a314f252a13b92514f38b6360 Mon Sep 17 00:00:00 2001 From: Alexander Jaust Date: Wed, 29 Nov 2023 14:54:45 +0100 Subject: [PATCH] Bump version tag to 1.9.12 --- changelog.md | 4 ++++ python/setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d4313e84..6b85fc7e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.9.12 +* Distribute wheels for Python 3.12 +* Distribute wheels for Apple ARM + # 1.9.11 * Fixed a bug where segyio used the Delay Recording Time without it's scaling factor when setting up the sample offsets on open. diff --git a/python/setup.cfg b/python/setup.cfg index dd5fa1df..7fae216f 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.9.11 +version = 1.9.12 [aliases] test=pytest