Skip to content

Commit

Permalink
Release 2023.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jan 3, 2023
1 parent ec4dc64 commit dd10435
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 @@ -2,6 +2,15 @@
Changelog
#########

---------------------
2023.1.0 - 2023-01-03
---------------------

* core
* use new `importlib.metadata` interface to select entry points (#521)
* add filename which caused read error to MapcheteIOError when calling `read_raster_window()` and `read_vector_window()` (#522)


----------------------
2022.12.1 - 2022-12-20
----------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"SkippedFuture",
"Job",
]
__version__ = "2022.12.1"
__version__ = "2023.1.0"

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

0 comments on commit dd10435

Please sign in to comment.