Skip to content

Commit

Permalink
Release 2023.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jun 12, 2023
1 parent f54e2d2 commit 82aa3c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
#########

---------------------
2023.6.3 - 2023-06-12
---------------------

* core

* allow `ReferencedRaster` to accept arrays with more dimensions than 3 (#548)
* `MPath.from_inp()`: allow parsing objects using `__fspath__` interface (#547)


---------------------
2023.6.2 - 2023-06-12
---------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"SkippedFuture",
"Job",
]
__version__ = "2023.6.2"
__version__ = "2023.6.3"

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

0 comments on commit 82aa3c9

Please sign in to comment.