From d46c7d7d73797715ce08dc5a94e405711f9eb9c6 Mon Sep 17 00:00:00 2001 From: "Frederik F. Van der Veken" Date: Wed, 9 Oct 2024 01:57:25 +0200 Subject: [PATCH] Renamed version.py as release.py --- install_protection_hook.sh | 2 +- version.py => release.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename version.py => release.py (100%) diff --git a/install_protection_hook.sh b/install_protection_hook.sh index 2dedd20..7ef720c 100755 --- a/install_protection_hook.sh +++ b/install_protection_hook.sh @@ -18,7 +18,7 @@ then exit 1 fi -for file in pyproject.toml gh.py version.py make_release_branch.py rename_release_branch.py LICENSE install_protection_hook.sh xcoll/general.py +for file in pyproject.toml gh.py release.py make_release_branch.py rename_release_branch.py LICENSE install_protection_hook.sh xcoll/general.py do git diff --name-only | grep '^'${file}'$' &> /dev/null if [ $? -eq 0 ] diff --git a/version.py b/release.py similarity index 100% rename from version.py rename to release.py