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 11830b9 commit 346a169Copy full SHA for 346a169
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sketch_map_tool"
3
-version = "2025.03.03.1"
+version = "2025.03.03.2"
4
description = ""
5
authors = ["HeiGIT <[email protected]>"]
6
license = "GNU Affero General Public License v3.0"
sketch_map_tool/__init__.py
@@ -13,7 +13,7 @@
13
from sketch_map_tool.database import client_flask as db_client
14
from sketch_map_tool.definitions import LANGUAGES
15
16
-__version__ = "2025.03.03.1"
+__version__ = "2025.03.03.2"
17
18
# Setup logging
19
LEVEL = getattr(logging, get_config_value("log-level").upper())
0 commit comments