From 5eb45e3bdafa76b73bb4d0e0e5e0075062e59418 Mon Sep 17 00:00:00 2001 From: Tiara Lena Hock Date: Thu, 4 Dec 2025 13:17:01 +0100 Subject: [PATCH] Bump version numbers for Bugfix release --- .github/actions/features_parse/action.yml | 2 +- .github/actions/flavors_parse/action.yml | 2 +- .github/actions/setup/action.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/features_parse/action.yml b/.github/actions/features_parse/action.yml index 7ce5b1f0..78a0f3b8 100644 --- a/.github/actions/features_parse/action.yml +++ b/.github/actions/features_parse/action.yml @@ -11,7 +11,7 @@ outputs: runs: using: composite steps: - - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.10.6 + - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.10.7 - id: result shell: bash run: | diff --git a/.github/actions/flavors_parse/action.yml b/.github/actions/flavors_parse/action.yml index 365bce32..04eafb65 100644 --- a/.github/actions/flavors_parse/action.yml +++ b/.github/actions/flavors_parse/action.yml @@ -13,7 +13,7 @@ outputs: runs: using: composite steps: - - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.10.6 + - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.10.7 - id: matrix shell: bash run: | diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index ad18cce8..f0e63df4 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,7 +4,7 @@ description: Installs the given GardenLinux Python library inputs: version: description: GardenLinux Python library version - default: "0.10.6" + default: "0.10.7" python_version: description: Python version to setup default: "3.13" diff --git a/pyproject.toml b/pyproject.toml index aa509434..393e265c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gardenlinux" -version = "0.10.6" +version = "0.10.7" description = "Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames" authors = ["Garden Linux Maintainers "] license = "Apache-2.0"