Skip to content

Commit

Permalink
bump version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Jan 3, 2024
1 parent c17ebca commit c22a7a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.12.0 (2024-01-03)

- use mara cli instead of flask mara commands

## 0.11.1-2 (2023-12-15)

- fix old CLI command names
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.11.2'
__version__ = '0.12.0'


def MARA_CONFIG_MODULES():
Expand Down

0 comments on commit c22a7a9

Please sign in to comment.