Compare commits

..

No commits in common. "main" and "1.1.0" have entirely different histories.
main ... 1.1.0

3 changed files with 2 additions and 7 deletions

View file

@ -56,7 +56,7 @@ steps:
- ls - ls
- cat gitversion.env - cat gitversion.env
- export $(cat gitversion.env | xargs) - 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 - cat src/optima35/__init__.py
- python3 -m pip install build - python3 -m pip install build
- python3 -m build - python3 -m build

View file

@ -1,10 +1,5 @@
# Changelog # Changelog
## 1.1.x: Migration (25.04.11)
- Migrated from GitLab to my forgejo instance for development.
---
## 1.0.x ## 1.0.x
### 1.0.3 Patch: Adjusted pyproject.toml (25.03.24) ### 1.0.3 Patch: Adjusted pyproject.toml (25.03.24)
- Added <4.0 python version - Added <4.0 python version

View file

@ -1,2 +1,2 @@
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. Uses pillow and piexif to modify images, see [optima35](https://gitlab.com/CodeByMrFinchum/optima35) gitlab for more information.
Install [OptimaLab35](https://pypi.org/project/OptimaLab35/) in pip for a GUI. Install [OptimaLab35](https://pypi.org/project/OptimaLab35/) in pip for a GUI.