Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Jan 23, 2024
1 parent f83baf5 commit b919b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sketch_map_tool"
version = "1.1.4"
version = "1.1.5"
description = ""
authors = ["HeiGIT <info@heigit.org>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion sketch_map_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from sketch_map_tool.config import get_config_value
from sketch_map_tool.database import client_flask as db_client

__version__ = "1.1.4"
__version__ = "1.1.5"

waitress_logger = logging.getLogger("waitress")
waitress_logger.setLevel(logging.INFO)
Expand Down

0 comments on commit b919b5a

Please sign in to comment.