Skip to content

Commit

Permalink
Release 2024.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed May 15, 2024
1 parent 4afef16 commit 874818c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Changelog
#########


---------------------
2024.5.1 - 2024-05-15
---------------------

* core

* remove Geobuf driver (#629)
* enable typing for processes (#626)

* packaging

* remove `geobuf` and `protobuf`` dependency


---------------------
2024.5.0 - 2024-05-02
---------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"VectorInput",
"VectorInputGroup",
]
__version__ = "2024.5.0"
__version__ = "2024.5.1"

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())
Expand Down

0 comments on commit 874818c

Please sign in to comment.