Skip to content

Commit

Permalink
hotfix missing CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Jun 27, 2023
1 parent 36506ee commit db61dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.10.0 (2023-06-27)
## 0.10.0-1 (2023-06-27)

- add cli command `mara_cron.schedule-job` (#3)

Expand Down
3 changes: 2 additions & 1 deletion mara_cron/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Make the functionalities of this package auto-discoverable by mara-app"""
__version__ = '0.10.0'
__version__ = '0.10.1'


def MARA_CONFIG_MODULES():
Expand All @@ -22,6 +22,7 @@ def MARA_CLICK_COMMANDS():
return [
cli.enable,
cli.disable,
cli.schedule_job,
cli.list_crontab,
cli.write_crontab,
cli.clear_crontab
Expand Down

0 comments on commit db61dcd

Please sign in to comment.