From 97528fb731bf32938a1e9c5c4f83f9515c4b8c95 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 7 Jun 2022 12:41:57 +0000 Subject: [PATCH] 1.0.2 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 337b24e..1c1cbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v1.0.2 (2022-06-07) +### Fix +* Fix for a fix to support 2 frameworks ([`5063ca3`](https://github.com/F-Secure/failures-analysis/commit/5063ca3cfd8f38b8dd420fb736ddcd68a5dbe00a)) +* Fix to support both robotframework and pytest ([`d9d57ad`](https://github.com/F-Secure/failures-analysis/commit/d9d57adafaf3663efd322ffdb73e95a774f4467e)) + ## v1.0.1 (2022-06-07) ### Fix * Reading error message ([`60ba117`](https://github.com/F-Secure/failures-analysis/commit/60ba117feecde4f8a0dc0f79de17d29843d45609)) diff --git a/failure_analysis/__init__.py b/failure_analysis/__init__.py index 5c4105c..7863915 100644 --- a/failure_analysis/__init__.py +++ b/failure_analysis/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" diff --git a/pyproject.toml b/pyproject.toml index 8ee7578..d39131d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "failures-analysis" -version = "1.0.1" +version = "1.0.2" 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"