From c601dd93cf412498746267a795e487b95f7e360f Mon Sep 17 00:00:00 2001 From: Robin Franken <77491494+rmfranken@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:40:35 +0100 Subject: [PATCH 1/3] chore: bump to 0.7.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfef38c..fa70d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "gimie" -version = "0.7.1" +version = "0.7.2" description = "Extract structured metadata from git repositories." authors = ["Swiss Data Science Center "] license = "Apache-2.0" From ab96463c3a6c123deda33db99a5ecccfbd90c759 Mon Sep 17 00:00:00 2001 From: Robin Franken <77491494+rmfranken@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:53:49 +0100 Subject: [PATCH 2/3] chore:bump to 0.7.2 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index be9b188..c9a26a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "gimie" copyright = "2023, sdsc-ordes" author = "sdsc-ordes" -release = "0.7.1" +release = "0.7.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration From 130ed3b1eee119b1ffcb4f0eebc0a6fed563b788 Mon Sep 17 00:00:00 2001 From: Robin Franken <77491494+rmfranken@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:55:17 +0100 Subject: [PATCH 3/3] chore(docs): update docs for releases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88477e9..c88bb86 100644 --- a/README.md +++ b/README.md @@ -136,5 +136,5 @@ make doc Releases are done via github release - a release will trigger a github workflow to publish the package on Pypi -- Make sure to update to a new version in `pyproject.toml` before making the release +- Make sure to update to a new version in `pyproject.toml` and `conf.py` before making the release - It is possible to test the publishing on Pypi.test by running a manual workflow: go to github actions and run the Workflow: 'Publish on Pypi Test'