Skip to content

Commit

Permalink
Release 2023.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Aug 9, 2023
1 parent 5df2000 commit ec52f1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Changelog
#########


---------------------
2023.8.1 - 2023-08-09
---------------------

* packaging

* require `Shapely>=2.0.0` (#572)
* remmove `cached_property` package requirement (#573)
* add `isort` to pre-commit (#573)

* core

* fix `ReferencedRaster.to_file()` on 2D arrays (#574)


---------------------
2023.8.0 - 2023-08-09
---------------------
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.8.0"
__version__ = "2023.8.1"

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

0 comments on commit ec52f1f

Please sign in to comment.