Skip to content

Commit

Permalink
bump version; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Mar 9, 2022
1 parent 67b6f89 commit b2a6363
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 @@ -3,6 +3,15 @@ Changelog
#########


---------------------
2022.3.0 - 2022-03-09
---------------------

* core
* use batches when yielding completed futures from dask
* fix ``KeyError`` when removing futures from threads executor


---------------------
2022.2.2 - 2022-02-25
---------------------
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.2"
__version__ = "2022.3.0"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit b2a6363

Please sign in to comment.