Skip to content

Commit

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

---------------------
2023.6.2 - 2023-06-12
---------------------

* core

* don't let MPath.makedirs() decide whether to only create parent directories or not (#546)

* testing

* ProcessFixture now processes all preprocessing tasks using SequentialExecutor (#546)


---------------------
2023.6.1 - 2023-06-06
---------------------
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.1"
__version__ = "2023.6.2"

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

0 comments on commit a6eaf43

Please sign in to comment.