Skip to content

Commit 8e28b26

Browse files
Release 2025.07.24.2
1 parent d583581 commit 8e28b26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sketch_map_tool"
3-
version = "2025.7.24.1"
3+
version = "2025.7.24.2"
44
description = ""
55
authors = [{email = "HeiGIT <info@heigit.org>"}]
66
readme = "README.md"

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.07.24.1"
16+
__version__ = "2025.07.24.2"
1717

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)