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