Skip to content

Commit

Permalink
Release 2023.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jun 14, 2023
1 parent f5dbaa0 commit e03a069
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
#########


---------------------
2023.6.5 - 2023-06-14
---------------------

* core

* pre-calculate effective area analog to effective bounds (#550)


---------------------
2023.6.4 - 2023-06-13
---------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"SkippedFuture",
"Job",
]
__version__ = "2023.6.4"
__version__ = "2023.6.5"

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())

0 comments on commit e03a069

Please sign in to comment.