We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461b985 commit ef8e85aCopy full SHA for ef8e85a
zakat/zakat_tracker.py
@@ -1565,7 +1565,7 @@ def Version() -> str:
1565
Returns:
1566
- str: The current version of the software.
1567
"""
1568
- version = '0.3.5'
+ version = '0.3.6'
1569
git_hash, unstaged_count, commit_count_since_last_tag = get_git_status()
1570
if git_hash and (unstaged_count > 0 or commit_count_since_last_tag > 0):
1571
version += f".{commit_count_since_last_tag}dev{unstaged_count}+{git_hash}"
0 commit comments