Skip to content

Commit 0949e0f

Browse files
actions-usergithub-actions
authored andcommitted
1.4.0
Automatically generated by python-semantic-release
1 parent 7f03178 commit 0949e0f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.4.0 (2022-10-19)
6+
### Feature
7+
* **report:** Summary table ([`a5b9a30`](https://github.com/ing-bank/popmon/commit/a5b9a30e1c80bca74204eecc153e27193bf4a6a9))
8+
59
## v1.3.0 (2022-09-09)
610
### Feature
711
* Remove skip_empty_plots ([`bd3ea29`](https://github.com/ing-bank/popmon/commit/bd3ea29f142818e28107aab254949c095ee32ab0))

popmon/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""THIS FILE IS AUTO-GENERATED BY SETUP.PY."""
22

3-
version = "1.3.0"
3+
version = "1.4.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
__version__ = "1.3.0"
5+
__version__ = "1.4.0"
66

77
with open("requirements.txt") as f:
88
REQUIREMENTS = f.read().splitlines()

0 commit comments

Comments
 (0)