Skip to content

Commit 469e0b0

Browse files
committed
Release 0.1.10 version
1 parent cf79f73 commit 469e0b0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Versions
22
========
33

4+
0.1.10
5+
=======
6+
7+
_Release date: 2021-10-10_
8+
9+
- Cover skipped result with emoji
410

511
0.1.9
612
=======

plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Package provides API for testing output with emoji."""
22

3-
__version__: str = "0.1.9"
3+
__version__: str = "0.1.10"
44
__package_name__: str = "pytest-emoji-output"
55
__author__: str = "Volodymyr Yahello"
66
__email__: str = "vyahello@gmail.com"

0 commit comments

Comments
 (0)