diff --git a/README_de.md b/README_de.md index a83f0df..70b8dc1 100644 --- a/README_de.md +++ b/README_de.md @@ -483,23 +483,24 @@ Damit ist die App für Menschen mit unterschiedlichen Einschränkungen (z.B. Seh ### Code Statistik -cloc|github.com/AlDanial/cloc v 2.06 T=0.23 s (109.5 files/s, 30735.0 lines/s) +cloc|github.com/AlDanial/cloc v 2.06 T=0.22 s (124.7 files/s, 34058.5 lines/s) --- | --- Language|files|blank|comment|code :-------|-------:|-------:|-------:|-------: -HTML|8|159|8|2805 -Python|2|66|74|739 +HTML|8|159|8|2806 +Markdown|5|340|0|876 +Python|2|68|76|744 JavaScript|2|95|88|580 PO File|2|260|266|544 -Markdown|3|184|0|498 JSON|3|0|0|243 CSS|1|186|3|188 +XML|1|10|4|69 SVG|2|0|0|14 Dockerfile|1|5|6|8 DOS Batch|1|0|0|1 --------|--------|--------|--------|-------- -SUM:|25|955|445|5620 +SUM:|28|1123|451|6073 ## Lizenz diff --git a/README_en.md b/README_en.md index 4a6bab1..3d1905f 100644 --- a/README_en.md +++ b/README_en.md @@ -483,24 +483,24 @@ This makes the app well usable for people with different disabilities (e.g., vis ### Code Statistics -cloc|github.com/AlDanial/cloc v 2.06 T=0.23 s (109.5 files/s, 30735.0 lines/s) +cloc|github.com/AlDanial/cloc v 2.06 T=0.22 s (124.7 files/s, 34058.5 lines/s) --- | --- Language|files|blank|comment|code :-------|-------:|-------:|-------:|-------: -HTML|8|159|8|2805 -Python|2|66|74|739 +HTML|8|159|8|2806 +Markdown|5|340|0|876 +Python|2|68|76|744 JavaScript|2|95|88|580 PO File|2|260|266|544 -Markdown|3|184|0|498 JSON|3|0|0|243 CSS|1|186|3|188 +XML|1|10|4|69 SVG|2|0|0|14 Dockerfile|1|5|6|8 DOS Batch|1|0|0|1 --------|--------|--------|--------|-------- -SUM:|25|955|445|5620 - +SUM:|28|1123|451|6073 ## License This project is licensed under the [MIT License](LICENSE). diff --git a/app.py b/app.py index c401547..baf3b29 100644 --- a/app.py +++ b/app.py @@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations' babel = Babel() # Version der App -APP_VERSION = "1.4.15" +APP_VERSION = "1.4.16" def add_cache_headers(response): """Fügt Cache-Control-Header hinzu, die den Back-Forward-Cache ermöglichen"""