We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f9da9 commit 4eaee8dCopy full SHA for 4eaee8d
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sketch_map_tool"
3
-version = "2024.04.11"
+version = "2024.04.15"
4
description = ""
5
authors = ["HeiGIT <[email protected]>"]
6
license = "GNU Affero General Public License v3.0"
sketch_map_tool/__init__.py
@@ -9,7 +9,7 @@
9
from sketch_map_tool.database import client_flask as db_client
10
from sketch_map_tool.definitions import LANGUAGES
11
12
-__version__ = "2024-04-11"
+__version__ = "2024.04.15"
13
14
# Setup logging
15
LEVEL = getattr(logging, get_config_value("log-level").upper())
0 commit comments