Skip to content

Commit

Permalink
Release 2024.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Feb 20, 2024
1 parent 81baf58 commit 593bf3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Changelog
#########


---------------------
2024.2.1 - 2024-02-20
---------------------

* core

* add `mpath` CLI (#620)
* `io.vector.fiona_open()` now properly raises a `FileNotFoundError` (#620)
* removed deprecated `log.user_process_logger()` and `log.driver_logger()` (#620)


---------------------
2024.2.0 - 2024-02-14
---------------------
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.0"
__version__ = "2024.2.1"

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

0 comments on commit 593bf3c

Please sign in to comment.