Skip to content

Commit 22a692e

Browse files
committed
Release 0.1.7 version
1 parent 081abaf commit 22a692e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Versions
66

77
_Release date: 2020-10-03_
88

9+
- Bump package versions
10+
11+
0.1.6
12+
=======
13+
14+
_Release date: 2020-10-03_
15+
916
- Include package unit tests
1017
- Move images into media folder
1118
- Introduce interrogate docstring coverage tool for static analysis

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.6"
3+
__version__: str = "0.1.7"
44
__package_name__: str = "pytest-emoji-output"
55
__author__: str = "Volodymyr Yahello"
66
__email__: str = "vyahello@gmail.com"

0 commit comments

Comments
 (0)