We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8840f4 commit ada0d5eCopy full SHA for ada0d5e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sketch_map_tool"
3
-version = "2024.08.02.3"
+version = "2024.08.02.4"
4
description = ""
5
authors = ["HeiGIT <info@heigit.org>"]
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.08.02.3"
+__version__ = "2024.08.02.4"
13
14
# Setup logging
15
LEVEL = getattr(logging, get_config_value("log-level").upper())
0 commit comments