Skip to content

Commit abba39b

Browse files
author
semantic-release
committed
2.0.3
Automatically generated by python-semantic-release
1 parent e150797 commit abba39b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.0.3 (2022-06-21)
6+
### Fix
7+
* Fix for linting ([`e150797`](https://github.com/F-Secure/failures-analysis/commit/e150797f6a8ef107e8805a8c862f47e46b306884))
8+
* Fix for printing the emojis in the failure message ([`944908a`](https://github.com/F-Secure/failures-analysis/commit/944908a125a20a324a7deadd9205415e825db76b))
9+
510
## v2.0.2 (2022-06-17)
611
### Fix
712
* Return support for Python 3.8 ([`6bc2b1b`](https://github.com/F-Secure/failures-analysis/commit/6bc2b1b0f356bfc7fbd3b3c7297f64c4ccbce105))

failure_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
12-
__version__ = "2.0.2"
12+
__version__ = "2.0.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "failures-analysis"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = " failures-analysis package provides fast and reliable way to find and group similar failures in test automation."
55
authors = ["Tatu Aalto"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)