From 9535b869af86730a8faf8837e6cc4f124e919371 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Fri, 11 Apr 2025 13:03:08 +0200 Subject: [PATCH 1/3] fix: fixes version insection --- .woodpecker/woodpecker_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/woodpecker_ci.yml b/.woodpecker/woodpecker_ci.yml index 0cc947f..d77a4c6 100644 --- a/.woodpecker/woodpecker_ci.yml +++ b/.woodpecker/woodpecker_ci.yml @@ -56,7 +56,7 @@ steps: - ls - cat gitversion.env - export $(cat gitversion.env | xargs) - - sed -i "s/1.0.0/${GitVersion_SemVer}/" src/optima35/__init__.py + - sed -i "s/1.0.0/$GitVersion_SemVer/" src/optima35/__init__.py - cat src/optima35/__init__.py - python3 -m pip install build - python3 -m build From 9869a9e419b61f6fba6dff9c6a971c216fbe8d18 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Fri, 11 Apr 2025 13:09:48 +0200 Subject: [PATCH 2/3] patch: added missing entry. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ceb7e..6679ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.x: Migration (25.04.11) +- Migrated from GitLab to my forgejo instance for development. + +--- + ## 1.0.x ### 1.0.3 Patch: Adjusted pyproject.toml (25.03.24) - Added <4.0 python version From daba1108052c5e11c67f2fda7dceee80f6b00037 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Fri, 11 Apr 2025 13:17:54 +0200 Subject: [PATCH 3/3] patch: adjusting pip readme. --- pip_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip_README.md b/pip_README.md index afe32fa..2f7312b 100644 --- a/pip_README.md +++ b/pip_README.md @@ -1,2 +1,2 @@ -Uses pillow and piexif to modify images, see [optima35](https://gitlab.com/CodeByMrFinchum/optima35) gitlab for more information. +Uses pillow and piexif to modify images, see my [forgejo instance](https://code.boxyfoxy.net/CodeByMrFinchum) or [GitLab](https://gitlab.com/CodeByMrFinchum)(backup) for more information. Install [OptimaLab35](https://pypi.org/project/OptimaLab35/) in pip for a GUI.