Skip to content

Commit

Permalink
Release 2023.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jun 13, 2023
1 parent 293faab commit 8fcff67
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog
#########


---------------------
2023.6.4 - 2023-06-13
---------------------

* core

* `MPath`: don't store session objects; fix allowed extensions string (#549)

* testing

* add pickling tests (#549)


---------------------
2023.6.3 - 2023-06-12
---------------------
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.3"
__version__ = "2023.6.4"

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

0 comments on commit 8fcff67

Please sign in to comment.