Skip to content

Commit d5fdaad

Browse files
committed
0.5.0
Automatically generated by python-semantic-release
1 parent 70be1f8 commit d5fdaad

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.5.0 (2021-11-24)
6+
### Feature
7+
* Improve pipeline visualization ([`bb09d73`](https://github.com/ing-bank/popmon/commit/bb09d730d275e4a97d0d7174d8a325e8c98bea44))
8+
9+
### Fix
10+
* Ensure uniqueness of apply_funcs_key ([`ba98c97`](https://github.com/ing-bank/popmon/commit/ba98c973c8e27fe69ce1c3a82c4fa14abba3d818))
11+
12+
### Documentation
13+
* **rtd:** Migrate config to v2 ([`a8d9f76`](https://github.com/ing-bank/popmon/commit/a8d9f76b5f999615e623dc1a5b37287a42bad841))
14+
* Refresh notebooks ([#151](https://github.com/ing-bank/popmon/issues/151)) ([`0bccc7e`](https://github.com/ing-bank/popmon/commit/0bccc7e4e7725fee00d37b1279fb8988dacccbec))
15+
* Pipeline visualizations in docs and notebooks ([`913bfb0`](https://github.com/ing-bank/popmon/commit/913bfb0aec607ea68567ecc71e65cfae7c86ff75))
16+
* Changelog md syntax ([`b187d36`](https://github.com/ing-bank/popmon/commit/b187d360bc303b347826c77eb356d2d4dcc5ad38))
17+
* Specify requirements ([`e3f6b0a`](https://github.com/ing-bank/popmon/commit/e3f6b0aa431d886c92d3324080dc7460950dabb7))
18+
519
## [v0.4.4](https://github.com/ing-bank/popmon/compare/v0.4.3...v0.4.4) (2021-10-22)
620

721

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 = "0.4.4"
3+
version = "0.5.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
__version__ = "0.4.4"
3+
__version__ = "0.5.0"
44

55
with open("requirements.txt") as f:
66
REQUIREMENTS = f.read().splitlines()

0 commit comments

Comments
 (0)