1
0

Compare commits

..

No commits in common. "dc9dd06f8cb859fb1d094b96b8ede2f0ab103172" and "c666a7f6004b5a0b704ac48fcf825f3bb082bc77" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = '0.1.10'
__version__ = '0.1.9'

View File

@ -46,10 +46,7 @@ Copyright (c) 2024 Jon Michael Aanes
All rights reserved.
```"""
PACKAGE_DESCRIPTION_SHORT = (
'Quick and dirty time tracker on git histories.'
)
PACKAGE_DESCRIPTION_SHORT='Quick and dirty time tracker on git histories.'
def parse_version_file(text: str) -> str:
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)