From abba39b424ee052e9e57e92349e7c51eb4ba839a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 21 Jun 2022 09:19:29 +0000 Subject: [PATCH] 2.0.3 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 e0924dc..615b558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v2.0.3 (2022-06-21) +### Fix +* Fix for linting ([`e150797`](https://github.com/F-Secure/failures-analysis/commit/e150797f6a8ef107e8805a8c862f47e46b306884)) +* Fix for printing the emojis in the failure message ([`944908a`](https://github.com/F-Secure/failures-analysis/commit/944908a125a20a324a7deadd9205415e825db76b)) + ## v2.0.2 (2022-06-17) ### Fix * Return support for Python 3.8 ([`6bc2b1b`](https://github.com/F-Secure/failures-analysis/commit/6bc2b1b0f356bfc7fbd3b3c7297f64c4ccbce105)) diff --git a/failure_analysis/__init__.py b/failure_analysis/__init__.py index 2268315..799ec6c 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.2" +__version__ = "2.0.3" diff --git a/pyproject.toml b/pyproject.toml index 28b75ac..8c1ac4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "failures-analysis" -version = "2.0.2" +version = "2.0.3" 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"