File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v1.4.0 (2022-10-19)
6
+ ### Feature
7
+ * ** report:** Summary table ([ ` a5b9a30 ` ] ( https://github.com/ing-bank/popmon/commit/a5b9a30e1c80bca74204eecc153e27193bf4a6a9 ) )
8
+
5
9
## v1.3.0 (2022-09-09)
6
10
### Feature
7
11
* Remove skip_empty_plots ([ ` bd3ea29 ` ] ( https://github.com/ing-bank/popmon/commit/bd3ea29f142818e28107aab254949c095ee32ab0 ) )
Original file line number Diff line number Diff line change 1
1
"""THIS FILE IS AUTO-GENERATED BY SETUP.PY."""
2
2
3
- version = "1.3 .0"
3
+ version = "1.4 .0"
Original file line number Diff line number Diff line change 2
2
3
3
from setuptools import find_packages , setup
4
4
5
- __version__ = "1.3 .0"
5
+ __version__ = "1.4 .0"
6
6
7
7
with open ("requirements.txt" ) as f :
8
8
REQUIREMENTS = f .read ().splitlines ()
You can’t perform that action at this time.
0 commit comments