Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 15, 2022
1 parent f7d87b6 commit 865c0fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 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.1"
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.1"

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

0 comments on commit 865c0fe

Please sign in to comment.