Skip to content

Commit d73b185

Browse files
committed
bump version 3.4.0
1 parent 487a4d5 commit d73b185

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 3.4.0 (2023-05-01)
4+
5+
- upgrade to bootstrap 4.6 (from alpha 4) (#66)<br>
6+
*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.
7+
- add HttpRequest command #78 (#79)
8+
- add WriteFile command (#89)
9+
- add support for formats in file operations (#95)
10+
- add typing (#91)
11+
- add before/after task to ParallelTask only when not command list is not empty (#93)
12+
- fix get_user_display_name on docker (#90)
13+
- fix small issues (#91)
14+
- fix SQLAlchemy warning about declarative_base moved in 2.0 (#99)
15+
16+
**required changes**
17+
You might need to investigate your custom CSS styling, see boostram upgrade above.
18+
319
## 3.3.0 (2022-09-22)
420

521
- Add option to hide system stats in the UI #72

mara_pipelines/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Make the functionalities of this package auto-discoverable by mara-app"""
2-
__version__ = '3.3.0'
2+
__version__ = '3.4.0'
33

44

55
def MARA_CONFIG_MODULES():

0 commit comments

Comments
 (0)