mirror of
https://codeberg.org/hyperreal/daily-event-logger
synced 2024-11-01 16:53:06 +01:00
Update to 0.0.8
This commit is contained in:
parent
2b085c3449
commit
7902918702
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="daily-event-logger",
|
name="daily-event-logger",
|
||||||
version="0.0.7",
|
version="0.0.8",
|
||||||
license="GPL-3.0",
|
license="GPL-3.0",
|
||||||
author="Jeffrey Serio",
|
author="Jeffrey Serio",
|
||||||
author_email="hyperreal@fedoraproject.org",
|
author_email="hyperreal@fedoraproject.org",
|
||||||
|
@ -15,7 +15,7 @@ from rich.traceback import install
|
|||||||
|
|
||||||
install(show_locals=True)
|
install(show_locals=True)
|
||||||
|
|
||||||
VERSION = "0.0.7"
|
VERSION = "0.0.8"
|
||||||
|
|
||||||
default_date = dt.date.today().strftime("%Y-%m-%d")
|
default_date = dt.date.today().strftime("%Y-%m-%d")
|
||||||
ELOG_DIR = os.getenv("ELOG_DIR")
|
ELOG_DIR = os.getenv("ELOG_DIR")
|
||||||
|
Loading…
Reference in New Issue
Block a user