From d0112d02ed3513d2e68315f0a4a620eda19ea142 Mon Sep 17 00:00:00 2001 From: Timo Reents Date: Sat, 31 Jan 2026 13:34:06 +0100 Subject: [PATCH 1/2] Release v2.2.1 --- pyproject.toml | 2 +- seekpath/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68f1454..4cf4ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ license = {text = "The MIT license"} [project.urls] Homepage = "https://github.com/materialscloud-org/seekpath" -Downloads = "https://github.com/materialscloud-org/seekpath/archive/v2.2.0.tar.gz" +Downloads = "https://github.com/materialscloud-org/seekpath/archive/v2.2.1.tar.gz" [project.optional-dependencies] bz = [ diff --git a/seekpath/__init__.py b/seekpath/__init__.py index 62e291a..61a0410 100644 --- a/seekpath/__init__.py +++ b/seekpath/__init__.py @@ -10,7 +10,7 @@ Licence: MIT License, see LICENSE.txt file """ -__version__ = '2.2.0' +__version__ = '2.2.1' __author__ = 'Giovanni Pizzi, PSI' __maintainer__ = 'Timo Reents, PSI' __copyright__ = ( From ce03f38c86f56eb7e88772fb7d520025ecfcc1a5 Mon Sep 17 00:00:00 2001 From: Timo Reents Date: Sat, 31 Jan 2026 13:36:44 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd85a3..d43115d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v2.2.1 +* DevOps: Fix readthedocs configuration, update pre-commit configuration and transfer repo to the materialscloud-org organization + # v2.2.0 * DevOps: Replaced `setup.py` by `pyproject.toml`, updated README and fixed CI [710fd75](https://github.com/giovannipizzi/seekpath/commit/710fd7542a307adef3a18154860b298131284499) * DevOps: Update CI and pre-commit (e.g., black to ruff, enable prospector again) [9ca3dd9](https://github.com/giovannipizzi/seekpath/commit/9ca3dd9cd9f10735db49b05b0ba468ab2558c792)