From ecc0e3e6fa5feaa9b8624bc197a54a267a06a855 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 30 May 2022 14:11:55 +0000 Subject: [PATCH] 0.2.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ failure_analysis/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 647fc72..4fd4b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.1 (2022-05-30) +### Fix +* Build by poetry ([`0c86dce`](https://github.com/F-Secure/failures-analysis/commit/0c86dced450c4865469a657502e024637f7e079b)) + ## v0.2.0 (2022-05-30) ### Feature * Automatic release ([`e55530e`](https://github.com/F-Secure/failures-analysis/commit/e55530e4877d4de2bc395d61fa6a788ecfa1cd2f)) diff --git a/failure_analysis/__init__.py b/failure_analysis/__init__.py index d3ec452..3ced358 100644 --- a/failure_analysis/__init__.py +++ b/failure_analysis/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index 49f7ccc..45ea491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "failures-analysis" -version = "0.2.0" +version = "0.2.1" 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"