Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Sep 1, 2022
1 parent 82319b3 commit 1a3fd44
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## v1.2.0 (2022-09-01)
### Feature
* **report:** Histogram inspector ([`5e78f98`](https://github.com/ing-bank/popmon/commit/5e78f98e4775e12746e62b29f18fee8d7423b8b0))
* Remove time of day from label when midnight or noon ([`1615bed`](https://github.com/ing-bank/popmon/commit/1615bed87450dd603d7ee34ba32dc4379f701e9c))
* **config:** Deprecate skip_empty_plots ([#249](https://github.com/ing-bank/popmon/issues/249)) ([`372ef85`](https://github.com/ing-bank/popmon/commit/372ef85ced7810614f0d828f304284b9157cf534))

### Fix
* Show heatmap descriptions ([`64a4952`](https://github.com/ing-bank/popmon/commit/64a495255b98ab933b791aa31334bf6025139b73))

### Documentation
* **readme:** Include histogram inspector in readme ([`3e68508`](https://github.com/ing-bank/popmon/commit/3e685081f55f4a77413dc238ae1140235689ce49))

## v1.1.0 (2022-08-19)
### Feature
* Extension functionality + diptest implementation @RUrlus ([`8487991`](https://github.com/ing-bank/popmon/commit/8487991380e85635d5580a68b9e09ba33ac9392f))
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 = "1.1.0"
version = "1.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

__version__ = "1.1.0"
__version__ = "1.2.0"

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

0 comments on commit 1a3fd44

Please sign in to comment.