2 Commits

Author SHA1 Message Date
d697928241 Bump version to 1.4.10 2025-08-03 10:04:09 +02:00
f998f7fff8 Fix JSON syntax error in swagger.json - remove invalid .v{ prefix 2025-08-03 10:01:37 +02:00
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
babel = Babel()
# Version der App
APP_VERSION = "1.4.9"
APP_VERSION = "1.4.10"
# HTML-Template wird jetzt aus templates/index.html geladen

View File

@@ -1,4 +1,4 @@
.v{
{
"openapi": "3.0.3",
"info": {
"title": "Elpatrons Datumsrechner API",