Skip to content

Commit

Permalink
Merge pull request #434 from ungarj/release_2022.2.2
Browse files Browse the repository at this point in the history
bump version; update changelog
  • Loading branch information
ungarj committed Feb 25, 2022
2 parents 2b33ef9 + 0176b1f commit d787b46
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 @@ -2,6 +2,17 @@
Changelog
#########


---------------------
2022.2.2 - 2022-02-25
---------------------

* core
* avoid infinite recursion when retrying reprojection with clipped geometry
* attach missing dask client loop to `distributed.as_completed` call
* fixed infinite future yield when using `DaskExecutor.as_completed()`
* expose `--dask-no-task-graph` flag to `execute` and `convert` commands

---------------------
2022.2.1 - 2022-02-23
---------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


__all__ = ["open", "count_tiles", "Mapchete", "MapcheteProcess", "ProcessInfo", "Timer"]
__version__ = "2022.2.1"
__version__ = "2022.2.2"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit d787b46

Please sign in to comment.