Skip to content

Commit 4375504

Browse files
committed
0.6.0
Automatically generated by python-semantic-release
1 parent 1f0c144 commit 4375504

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.6.0 (2021-12-13)
6+
### Feature
7+
* **comparisons:** Introduce psi and jsd ([`c6a1ca7`](https://github.com/ing-bank/popmon/commit/c6a1ca74da3a4de1f69b919cce047cc0b6377589))
8+
* **comparisons:** Introduce comparison registry ([`031c146`](https://github.com/ing-bank/popmon/commit/031c146be6ac04b6e2c1dabc17a28a7aa2b778f9))
9+
10+
### Documentation
11+
* **comparisons:** Add comparisons page ([`60967c9`](https://github.com/ing-bank/popmon/commit/60967c901f16b8c3acba6d8c8976fccf859f458b))
12+
* Fix broken link ([`2b38fc6`](https://github.com/ing-bank/popmon/commit/2b38fc6c8464a9d24dbb5bdf3108f51d8b101a3a))
13+
* **rtd:** Install popmon ([`e9c4610`](https://github.com/ing-bank/popmon/commit/e9c46106c8004b219e6ca5ad0eed4fce7f464a6c))
14+
515
## v0.5.0 (2021-11-24)
616
### Feature
717
* Improve pipeline visualization ([`bb09d73`](https://github.com/ing-bank/popmon/commit/bb09d730d275e4a97d0d7174d8a325e8c98bea44))

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.5.0"
3+
version = "0.6.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.5.0"
3+
__version__ = "0.6.0"
44

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

0 commit comments

Comments
 (0)