ya3

ya3 -- yet another appointment application
Log | Files | Refs

commit fef35e47f72cf1e1cfb051fd17955839f37bf7ee
parent 3021a31f430db72f605090adde91cd831395a8f6
Author: Matthias Balk <mbalk@mbalk.de>
Date:   Tue,  9 Feb 2021 20:55:20 +0100

version bump: 0.2

Diffstat:
Msrc/utils.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utils.py b/src/utils.py @@ -24,7 +24,7 @@ import config def get_ya3_version(): - return '0.2-dev' + return '0.2' def parse2local(dt, force_datetime=False):