Skip to content

Commit

Permalink
Merge branch 'main' into better_input_names
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj authored Dec 5, 2023
2 parents f2f273b + 527075e commit 3e68622
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 3e68622

Please sign in to comment.