Skip to content

Commit 346a169

Browse files
authored
Release 2025.03.03.2 (#544)
1 parent 11830b9 commit 346a169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sketch_map_tool"
3-
version = "2025.03.03.1"
3+
version = "2025.03.03.2"
44
description = ""
55
authors = ["HeiGIT <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

sketch_map_tool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from sketch_map_tool.database import client_flask as db_client
1414
from sketch_map_tool.definitions import LANGUAGES
1515

16-
__version__ = "2025.03.03.1"
16+
__version__ = "2025.03.03.2"
1717

1818
# Setup logging
1919
LEVEL = getattr(logging, get_config_value("log-level").upper())

0 commit comments

Comments
 (0)