Skip to content

Commit

Permalink
Release 2024.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Feb 14, 2024
1 parent 0b2363f commit 85a0215
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.2.0 - 2024-02-14
---------------------

* core

* use `repr(exception)` when reporting Exception to observers (#617)
* fix tiles exist check on output tiles smaller than process tiles #622

* CI

* avoid pytest 8 for now


---------------------
2024.1.3 - 2024-01-15
---------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Executor",
"MFuture",
]
__version__ = "2024.1.3"
__version__ = "2024.2.0"

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

0 comments on commit 85a0215

Please sign in to comment.