Skip to content

Commit

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

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

## v1.1.0 (2022-08-19)
### Feature
* Extension functionality + diptest implementation @RUrlus ([`8487991`](https://github.com/ing-bank/popmon/commit/8487991380e85635d5580a68b9e09ba33ac9392f))

### Documentation
* **config:** Extend settings documentation ([`fa4d2fc`](https://github.com/ing-bank/popmon/commit/fa4d2fce01018111454d780166c4ca6b042eb146))
* **api:** Restructure api documentation for clarity ([`affdd75`](https://github.com/ing-bank/popmon/commit/affdd75b918ea6201cf2f5879e01fb7b267585c7))
* **profiles:** Profile extension ([`e859530`](https://github.com/ing-bank/popmon/commit/e8595308340ab3d0edba55b7e4d9fcfa66b0beee))
* **comparisons:** Comparison extensions section ([`581e63c`](https://github.com/ing-bank/popmon/commit/581e63c8b926319c9b63bfbe30abd907bd08d3c6))
* Extensions in index ([`6c87fcb`](https://github.com/ing-bank/popmon/commit/6c87fcbd9a0ffe0b5029b5bc2e7fbd6bda3dacd9))
* **readme:** Add section about profile integrations and diptest ([`aa860a7`](https://github.com/ing-bank/popmon/commit/aa860a7193c4a44f378592fe7f8779e3a6af122b))
* **readme:** Include citation information ([#241](https://github.com/ing-bank/popmon/issues/241)) ([`3a29135`](https://github.com/ing-bank/popmon/commit/3a29135fc8ccd7b0a0ba9302eb4281b598ef5608))

## v1.0.0 (2022-07-08)
### Feature
* **report:** Group comparisons by reference key ([#237](https://github.com/ing-bank/popmon/issues/237)) ([`e813534`](https://github.com/ing-bank/popmon/commit/e813534b03ea4662e46f5b782839506fcf49b1ed))
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.0.0"
version = "1.1.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.0.0"
__version__ = "1.1.0"

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

0 comments on commit c5ac312

Please sign in to comment.