From e9b4166f2031c36af7bca410ef74f24709227e5d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 9 Dec 2022 09:38:39 +0000 Subject: [PATCH] 2.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ failure_analysis/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2506c1b..f8c6c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v2.1.0 (2022-12-09) +### Feature +* Remove pandas warning ([`913841f`](https://github.com/F-Secure/failures-analysis/commit/913841febbca390374f170dd18d1b4cb565c94da)) +* Update deps ([`481bd01`](https://github.com/F-Secure/failures-analysis/commit/481bd011948f37caeef838cb93dc92813d48745a)) + ## v2.0.4 (2022-06-28) ### Fix * Updating README ([`c47c26d`](https://github.com/F-Secure/failures-analysis/commit/c47c26da284a15d2a9b177ed47bb68755064d0b7)) diff --git a/failure_analysis/__init__.py b/failure_analysis/__init__.py index 4c7fc15..ad0708a 100644 --- a/failure_analysis/__init__.py +++ b/failure_analysis/__init__.py @@ -9,4 +9,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.0.4" +__version__ = "2.1.0" diff --git a/pyproject.toml b/pyproject.toml index b53509a..71461da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "failures-analysis" -version = "2.0.4" +version = "2.1.0" description = " failures-analysis package provides fast and reliable way to find and group similar failures in test automation." authors = ["Tatu Aalto"] license = "Apache-2.0"