release: 2023.10.7

This commit is contained in:
Jens Langhammer
2024-01-29 17:44:48 +01:00
parent f79054fe8c
commit 50e7336720
7 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
from os import environ
from typing import Optional
__version__ = "2023.10.6"
__version__ = "2023.10.7"
ENV_GIT_HASH_KEY = "GIT_BUILD_HASH"