Skip to content

Commit

Permalink
Release 2023.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Dec 5, 2023
1 parent 45d42c3 commit 527075e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog
#########


----------------------
2023.12.0 - 2023-12-05
----------------------

* core

* complete refactor of `mapchete.commands` (#604)
* remove `mapchete.Job` and use observer pattern to track execution state and progress (#604)
* refactor `mapchete.processing` (#604)
* replace `mapchete.processing.compute` with `mapchete.processing.execute` (#604)


----------------------
2023.11.0 - 2023-11-20
----------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Executor",
"MFuture",
]
__version__ = "2023.11.0"
__version__ = "2023.12.0"

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

0 comments on commit 527075e

Please sign in to comment.