Skip to content

Commit 3a4d414

Browse files
Release 2025.7.24.3
1 parent 8e28b26 commit 3a4d414

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.2"
3+
version = "2025.7.24.3"
44
description = ""
55
authors = [{email = "HeiGIT <[email protected]>"}]
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.2"
16+
__version__ = "2025.7.24.3"
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)