Skip to content

Commit

Permalink
bump version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Dec 6, 2023
1 parent 12aa0a3 commit e1b68e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.11.0 (2023-12-06)

- add entry point `mara.commands` (for [mara-cli](https://github.com/mara/mara-cli) support)
- add `mara-cron` click group. Commands outside of the click group will be dropped in 1.0.0 release

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

- add cli command `mara_cron.schedule-job` (#3)
Expand Down
2 changes: 1 addition & 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.1'
__version__ = '0.11'


def MARA_CONFIG_MODULES():
Expand Down
2 changes: 1 addition & 1 deletion mara_cron/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def clear_crontab():
cron.write()


# Old cli commands to be dropped in 5.0:
# Old cli commands to be dropped in 1.0:

@click.command()
@click.option('--job-id', required=True,
Expand Down

0 comments on commit e1b68e6

Please sign in to comment.