Skip to content

Commit a8b2530

Browse files
committed
bump version 3.3.0
1 parent b3bf15b commit a8b2530

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 3.3.0 (2022-09-22)
4+
5+
- Add option to hide system stats in the UI #72
6+
- Add option to disable the collection of system statistics (#72)
7+
- Add syntax highlighting for TSQL and SQLite3 (#86)
8+
- Support pipeline execution without 'mara' database (#71)
9+
- Fix getting exitcode from process issue since python 3.8 (#87)
10+
- Use client-side rendering for graphviz when shell command is not available (#70)
11+
12+
313
## 3.2.0 (2021-03-08)
414

515
- Fix CopyIncrementally with no data (#54)

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.2.0'
2+
__version__ = '3.3.0'
33

44

55
def MARA_CONFIG_MODULES():

0 commit comments

Comments
 (0)