Skip to content

Release 1.4.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 13:33
· 50 commits to main since this release

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

Artefakte

  • Python Wheel (.whl)
  • Source Distribution (.tar.gz)
  • Flatpak Bundle (.flatpak)
  • Vollständiger Quellcode