Skip to content

Commit

Permalink
release 2024.09.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Sep 11, 2024
1 parent 850621f commit e819a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch_map_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sketch_map_tool.database import client_flask as db_client
from sketch_map_tool.definitions import LANGUAGES

__version__ = "2024.09.10.2"
__version__ = "2024.09.11.1"

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

0 comments on commit e819a13

Please sign in to comment.