From bc46bc97f53a212645b9f4c16331d6277dd18faa Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Mon, 2 Sep 2024 12:53:07 +0200 Subject: [PATCH] promise-type-python: Prepared for 0.2.5 release TODO: We are not able to keep these version numbers in sync, I think we should add some "macro" like @@BUILD_INSERT_MODULE_VERSION@@; https://northerntech.atlassian.net/browse/CFE-4437 Signed-off-by: Ole Herman Schumacher Elgesem --- promise-types/git/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promise-types/git/git.py b/promise-types/git/git.py index 0766b08..4123045 100644 --- a/promise-types/git/git.py +++ b/promise-types/git/git.py @@ -9,7 +9,7 @@ class GitPromiseTypeModule(PromiseModule): def __init__(self, **kwargs): super(GitPromiseTypeModule, self).__init__( - "git_promise_module", "0.2.3", **kwargs + "git_promise_module", "0.2.5", **kwargs ) def destination_must_be_absolute(v):