Skip to content

Commit

Permalink
Merge pull request #399 from ungarj/release_2021.12.2
Browse files Browse the repository at this point in the history
release 2021.12.2
  • Loading branch information
ungarj authored Dec 14, 2021
2 parents ee3b774 + a8ddb42 commit 1c68bff
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.2 - 2021-12-14
----------------------

* core
* let ``ditributed.as_completed()`` gather future results


----------------------
2021.12.1 - 2021-12-14
----------------------
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.1"
__version__ = "2021.12.2"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 1c68bff

Please sign in to comment.