Skip to content

Commit 17f4791

Browse files
release 2024.08.02
1 parent 11ca673 commit 17f4791

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.06.05"
3+
version = "2024.08.02"
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
@@ -9,7 +9,7 @@
99
from sketch_map_tool.database import client_flask as db_client
1010
from sketch_map_tool.definitions import LANGUAGES
1111

12-
__version__ = "2024.06.05"
12+
__version__ = "2024.08.02"
1313

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

0 commit comments

Comments
 (0)