Skip to content

Commit

Permalink
Merge pull request #397 from ungarj/release_2021.12.1
Browse files Browse the repository at this point in the history
Release 2021.12.1
  • Loading branch information
ungarj authored Dec 14, 2021
2 parents 97a47ca + 424e3d0 commit d7cebd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
#########

----------------------
2021.12.1 - 2021-12-14
----------------------

* core
* explicitly call ``Future.release()`` before yielding result from ``DaskExecutor``


----------------------
2021.12.0 - 2021-12-02
----------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


__all__ = ["open", "count_tiles", "Mapchete", "MapcheteProcess", "ProcessInfo", "Timer"]
__version__ = "2021.12.0"
__version__ = "2021.12.1"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit d7cebd5

Please sign in to comment.