Skip to content

Commit

Permalink
promise-type-python: Prepared for 0.2.5 release
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
olehermanse committed Sep 2, 2024
1 parent f7d9c23 commit bc46bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promise-types/git/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bc46bc9

Please sign in to comment.