From 0350f3357eba0e0be1aad97ef5617c199109f49f Mon Sep 17 00:00:00 2001 From: Joris Snellenburg Date: Sun, 25 Aug 2024 23:51:41 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=A7=20Set=20version=20to=200.7.4.d?= =?UTF-8?q?ev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Expand authors list in pyproject.toml - added Sebastian (long overdue!) --- pyglotaran_extras/__init__.py | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyglotaran_extras/__init__.py b/pyglotaran_extras/__init__.py index ef03a563..7f7f4c7b 100644 --- a/pyglotaran_extras/__init__.py +++ b/pyglotaran_extras/__init__.py @@ -70,7 +70,7 @@ "CONFIG", ] -__version__ = "0.7.3" +__version__ = "0.7.4.dev0" SCRIPT_DIR = _find_script_dir_at_import(__file__) """User script dir determined during import.""" diff --git a/pyproject.toml b/pyproject.toml index 9a00508a..407fbf01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ readme = "README.md" license = { file = "LICENSE" } authors = [ { name = "Joris Snellenburg", email = "j.snellenburg@gmail.com" }, + { name = "Sebastian Weigand", email = "s.weigand.phy@gmail.com" }, ] requires-python = ">=3.10" classifiers = [ From f84b756190318db961578ba03276523262e03374 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Mon, 26 Aug 2024 00:10:36 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9A=F0=9F=9A=A7=20Add=200.7.4=20se?= =?UTF-8?q?ction=20to=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index f99fe1e7..b2599d43 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +(changes-0_7_4)= + +## 0.7.4 (Unreleased) + (changes-0_7_3)= ## 0.7.3 (2024-08-25)