diff --git a/CHANGELOG.md b/CHANGELOG.md index 169ed20..4b6a66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.10.0 (2023-06-27) + +- add cli command `mara_cron.schedule-job` (#3) + ## 0.9.6 (2022-09-30) - allow to run disabled jobs manually via UI diff --git a/mara_cron/__init__.py b/mara_cron/__init__.py index af85a95..0422944 100644 --- a/mara_cron/__init__.py +++ b/mara_cron/__init__.py @@ -1,5 +1,5 @@ """Make the functionalities of this package auto-discoverable by mara-app""" -__version__ = '0.9.6' +__version__ = '0.10.0' def MARA_CONFIG_MODULES():