From 192a3e8ddee9b13b0f0b5e195c39f0b79ff8d8af Mon Sep 17 00:00:00 2001 From: Florian Kotthoff <74312290+FlorianK13@users.noreply.github.com> Date: Thu, 18 Dec 2025 09:39:55 +0100 Subject: [PATCH 1/3] Update Changelog with unreleased section --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06187d43..0e81a0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ For each version important additions, changes and removals are listed here. The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v0.XX.X] unreleased - 202X-XX-XX +### Added + +### Changed + +### Removed + ## [v0.16.1] Hotfix - 2025-12-17 ### Changed From 5a3d70e73e6ccc6d0c0e8ec19e0b1b692addd0a4 Mon Sep 17 00:00:00 2001 From: Florian Kotthoff <74312290+FlorianK13@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:51:52 +0100 Subject: [PATCH 2/3] Delete if statement that stops manual publishing --- .github/workflows/pypi-publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index be39ed61..1a607b0a 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -38,5 +38,4 @@ jobs: --wheel --outdir dist/ - name: Publish distribution 📦 to PyPI - if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 From b0d4b7b3276122b62f8fb41ca1f4cbe15fb4414d Mon Sep 17 00:00:00 2001 From: nesnoj Date: Thu, 18 Dec 2025 17:02:53 +0100 Subject: [PATCH 3/3] Fix line underline Introduced in #647 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ecd49968..7bb55417 100644 --- a/README.rst +++ b/README.rst @@ -54,7 +54,7 @@ In particular, ``open-mastr`` facilitates access to the daily provided MaStR dum No. ``open-mastr`` is a wrapper around the MaStR data and does not edit or change the data. It is intended to be used as a tool for working with the MaStR data. Benefits provided by ``open-mastr`` -================================== +=================================== .. list-table:: :widths: 30, 70