Skip to content

Commit

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


---------------------
2024.5.0 - 2024-05-02
---------------------

* core

* also include `executor_getter()` call within `try ... except` block in order to be able to retry eventual connection errors (#627)


---------------------
2024.2.1 - 2024-02-20
---------------------
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.2.1"
__version__ = "2024.5.0"

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

0 comments on commit 75f012e

Please sign in to comment.