Release 1.4.2
Version 1.4.2
Release-Typ: patch
Änderungen
fix: resolve license configuration conflict between setup.py and pyproject.toml
- Changed pyproject.toml license format to simple string (SPDX compliant)
- Removed duplicate license definition from setup.py
- Fixed build error: 'project.license must be valid exactly by one definition'
- Local build now works without errors
- CI/CD pipeline should now complete successfully
Installation
# Via pip
pip install bash-script-maker==1.4.2
# Via Flatpak
flatpak install BashScriptMaker-1.4.2.flatpak
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.4.2
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode