Skip to content

Commit

Permalink
Merge pull request #192 from ing-bank/master
Browse files Browse the repository at this point in the history
Backmerge master into develop
  • Loading branch information
sbrugman committed Apr 30, 2022
2 parents aff68b7 + 10a0830 commit f926309
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v0.6.1 (2022-04-29)
### Fix
* **plot:** Fixing memory leak in matplotlib multithreading ([`cc6c4e1`](https://github.com/ing-bank/popmon/commit/cc6c4e16a38267c3d5e80d12b986c458854ba781))

### Documentation
* Include link to kedro-popmon ([`aff68b7`](https://github.com/ing-bank/popmon/commit/aff68b72fb7cdf2872ac84d020044086263b0f76))

## v0.6.0 (2021-12-13)
### Feature
* **comparisons:** Introduce psi and jsd ([`c6a1ca7`](https://github.com/ing-bank/popmon/commit/c6a1ca74da3a4de1f69b919cce047cc0b6377589))
Expand Down
2 changes: 1 addition & 1 deletion popmon/version.py
@@ -1,3 +1,3 @@
"""THIS FILE IS AUTO-GENERATED BY SETUP.PY."""

version = "0.6.0"
version = "0.6.1"
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "0.6.0"
__version__ = "0.6.1"

with open("requirements.txt") as f:
REQUIREMENTS = f.read().splitlines()
Expand Down

0 comments on commit f926309

Please sign in to comment.