Skip to content

Commit

Permalink
Merge pull request #401 from ungarj/release_2021.12.3
Browse files Browse the repository at this point in the history
release 2021.12.3
  • Loading branch information
ungarj committed Dec 16, 2021
2 parents d5f5cf3 + 6286d68 commit 637d4f3
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.3 - 2021-12-16
----------------------

* core
* fix #395: area intersects with bounds


----------------------
2021.12.2 - 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.2"
__version__ = "2021.12.3"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 637d4f3

Please sign in to comment.