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 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 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.