Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 9, 2022
1 parent beb008e commit f904f2c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v0.7.0 (2022-05-09)
### Feature
* Global configuration of joblib Parallel backend ([`3431cad`](https://github.com/ing-bank/popmon/commit/3431cad4dc2ec3e00755d08c7870f6464a65393e))

### Fix
* Prevent numpy warnings ([`9ec3b66`](https://github.com/ing-bank/popmon/commit/9ec3b66b3679435cc4a55ac8a7afb6b45e295964))

### Documentation
* **config:** Document global configuration ([`e546994`](https://github.com/ing-bank/popmon/commit/e546994eb11d020adbb4a056b7d01978926b2f4f))
* **readme:** Extend articles section ([`0ec0273`](https://github.com/ing-bank/popmon/commit/0ec0273cb920a3585b25acfc98c3d6cbcfbf7456))

## v0.6.1 (2022-04-29)
### Fix
* **plot:** Fixing memory leak in matplotlib multithreading ([`cc6c4e1`](https://github.com/ing-bank/popmon/commit/cc6c4e16a38267c3d5e80d12b986c458854ba781))
Expand Down
2 changes: 1 addition & 1 deletion popmon/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""THIS FILE IS AUTO-GENERATED BY SETUP.PY."""

version = "0.6.1"
version = "0.7.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "0.6.1"
__version__ = "0.7.0"

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

0 comments on commit f904f2c

Please sign in to comment.