We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081abaf commit 22a692eCopy full SHA for 22a692e
CHANGELOG.md
@@ -6,6 +6,13 @@ Versions
6
7
_Release date: 2020-10-03_
8
9
+- Bump package versions
10
+
11
+0.1.6
12
+=======
13
14
+_Release date: 2020-10-03_
15
16
- Include package unit tests
17
- Move images into media folder
18
- Introduce interrogate docstring coverage tool for static analysis
plugin/__init__.py
@@ -1,6 +1,6 @@
1
"""Package provides API for testing output with emoji."""
2
3
-__version__: str = "0.1.6"
+__version__: str = "0.1.7"
4
__package_name__: str = "pytest-emoji-output"
5
__author__: str = "Volodymyr Yahello"
__email__: str = "vyahello@gmail.com"
0 commit comments