From 036ae68f6b095dae1139a18d88570453e087c4b0 Mon Sep 17 00:00:00 2001 From: Alena Chaikouskaya Date: Mon, 6 Nov 2023 11:55:52 +0100 Subject: [PATCH] Add changelog entry for dlisio v1.0.1 --- CHANGELOG.rst | 8 ++++++++ python/docs/conf.py | 2 +- python/setup.cfg | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ab44b7dbe..daa107220 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,13 @@ complete overview of changes, please refer to the git log. The format is based on `Keep a Changelog`_, but most notably, without sectioning changes into type-of-change. +1.0.1_ - 2023.11.07 +------------------- +* Prebuilt wheels for musllinux x86_64 +* Prebuilt wheels for python 3.12 +* Prebuilt wheels for Win32 for python >=3.10 +* Prebuilt wheels for MacOS arm64 + 1.0.0_ - 2023.08.18 ------------------- * The dlisio API has been stable and production ready for quite some time. @@ -297,6 +304,7 @@ but most notably, without sectioning changes into type-of-change. .. _`Keep a changelog`: https://keepachangelog.com/en/1.0.0/ .. _readthedocs: https://dlisio.readthedocs.io/en/stable/ +.. _1.0.1: https://github.com/equinor/dlisio/compare/v1.0.0...v1.0.1 .. _1.0.0: https://github.com/equinor/dlisio/compare/v0.3.7...v1.0.0 .. _0.3.7: https://github.com/equinor/dlisio/compare/v0.3.6...v0.3.7 .. _0.3.6: https://github.com/equinor/dlisio/compare/v0.3.5...v0.3.6 diff --git a/python/docs/conf.py b/python/docs/conf.py index e8e884045..4c48cac46 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -96,7 +96,7 @@ # pass # The full version, including alpha/beta/rc tags. -release = "1.0.0" +release = "1.0.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/python/setup.cfg b/python/setup.cfg index eee968dca..fa8d22139 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.0.0 +version = 1.0.1 [aliases] test = pytest