From fc71d9287dce5c530ccbb017df6846ed763e216f Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Aug 2024 13:44:53 -0700 Subject: [PATCH] disable hash stamping --- aider/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 5cb310857..1965efdea 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,5 +1,8 @@ __version__ = "0.54.8-dev" + +# This is disabled. Git pre-push hooks won't pick up a new commit with the hash. + """[[[cog import subprocess @@ -13,7 +16,7 @@ except subprocess.CalledProcessError: cog.out(f'git_hash = "{git_hash}"') ]]]""" -git_hash = "36c41bf" +git_hash = None """[[[end]]]""" if "-dev" in __version__ and git_hash: