diff --git a/osidb_bindings.spec b/osidb_bindings.spec index 43083a0..cecaf40 100644 --- a/osidb_bindings.spec +++ b/osidb_bindings.spec @@ -1,5 +1,5 @@ %define name osidb_bindings -%define version 4.1.0 +%define version 4.1.1 %define release 0%{?dist} Name: %{name} diff --git a/scripts/patch_release.sh b/scripts/patch_release.sh index 0f46273..50f1168 100755 --- a/scripts/patch_release.sh +++ b/scripts/patch_release.sh @@ -16,7 +16,7 @@ commit() { echo "Committing changes" - git add setup.py CHANGELOG.md osidb_bindings/bindings/pyproject.toml osidb_bindings/constants.py + git add setup.py CHANGELOG.md osidb_bindings/bindings/pyproject.toml osidb_bindings/constants.py osidb_bindings.spec git commit -m "Preparation of ${version} release" echo }