Skip to content

Release 1.4.5

Choose a tag to compare

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

Version 1.4.5

Release-Typ: patch

Änderungen

fix: resolve license configuration error in pyproject.toml

  • Changed license format from string to {text = 'MIT'} table format
  • Fixes setuptools validation error: 'project.license must be valid exactly by one definition'
  • Ensures compatibility with both older and newer setuptools versions
  • Local build verified working
  • Resolves CI/CD pipeline build failure

Installation

# Via pip
pip install bash-script-maker==1.4.5

# Via Flatpak
flatpak install BashScriptMaker-1.4.5.flatpak

# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.4.5
./install.sh

Artefakte

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