Skip to content

Commit 4eaee8d

Browse files
release 2024.04.15
1 parent 62f9da9 commit 4eaee8d

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.04.11"
3+
version = "2024.04.15"
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-04-11"
12+
__version__ = "2024.04.15"
1313

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

0 commit comments

Comments
 (0)