From 2a1a3047f605facb1c093cae949046c24c29b5d2 Mon Sep 17 00:00:00 2001 From: Alena Chaikouskaya Date: Fri, 9 Aug 2024 16:36:55 +0200 Subject: [PATCH] Add changelog entry for dlisio v1.0.2 --- CHANGELOG.rst | 6 ++++++ python/docs/conf.py | 2 +- python/setup.cfg | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index daa107220..96b90d85d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,11 @@ 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.2_ - 2024.08.13 +------------------- +* dlisio is tested to work against numpy 2.0 +* Updated links to RP66V1 and LIS79 specifications + 1.0.1_ - 2023.11.07 ------------------- * Prebuilt wheels for musllinux x86_64 @@ -304,6 +309,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.2: https://github.com/equinor/dlisio/compare/v1.0.1...v1.0.2 .. _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 diff --git a/python/docs/conf.py b/python/docs/conf.py index 4c48cac46..d041a3c1f 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.1" +release = "1.0.2" # 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 6dd760052..2d62e29fb 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,2 +1,2 @@ [metadata] -version = 1.0.1 +version = 1.0.2