Skip to content

Commit

Permalink
Merge pull request #223 from ing-bank/master
Browse files Browse the repository at this point in the history
Merge master into develop
  • Loading branch information
mbaak authored Jun 22, 2022
2 parents 590d266 + d8ac828 commit 31e32c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v0.10.2 (2022-06-21)
### Fix
* Patched histogrammar bin_edges call for Bin histograms ([`590d266`](https://github.com/ing-bank/popmon/commit/590d266f1fc2a5e0d85f26661f6462e31d811103))

## v0.10.1 (2022-06-15)
### Fix
* Patched histogrammar num_bins call for Bin histograms ([`b34fe70`](https://github.com/ing-bank/popmon/commit/b34fe70c854e8dd7a5b062137f68bd358132e86a))

## v0.10.0 (2022-06-14)
### Feature
* **profiles:** Custom profiles via registry pattern ([`d0eb98b`](https://github.com/ing-bank/popmon/commit/d0eb98bd715cf2c03db7f581eb44523bd75092f1))
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.10.0"
version = "0.10.2"
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.10.0"
__version__ = "0.10.2"

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

0 comments on commit 31e32c3

Please sign in to comment.