Skip to content

Commit c2c903d

Browse files
release 2024.09.10.2
1 parent 032a401 commit c2c903d

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 = "2024.09.10.1"
3+
version = "2024.09.10.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
@@ -11,7 +11,7 @@
1111
from sketch_map_tool.database import client_flask as db_client
1212
from sketch_map_tool.definitions import LANGUAGES
1313

14-
__version__ = "2024.09.10.1"
14+
__version__ = "2024.09.10.2"
1515

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

0 commit comments

Comments
 (0)