Skip to content

Commit

Permalink
bump version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed May 1, 2023
1 parent 503379d commit f127ea1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.4.0 (2023-05-01)

- upgrade to bootstrap 4.6 (from alpha 4)<br>
*Caution:* Some CSS classes changed between Boostram Alpha 4 and 4.6. You might need to upgrade other mara packages as well, e.g. mara-pipelines and mara-app.
- do not modify the click command name when it is a MultiCommand #42 (#44)

## 2.3.0 (2022-05-09)
- adding .scripts files into the PyPI package

Expand Down
2 changes: 1 addition & 1 deletion mara_app/__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__ = '2.3.0'
__version__ = '2.4.0'


def MARA_CONFIG_MODULES():
Expand Down

0 comments on commit f127ea1

Please sign in to comment.