Skip to content

Commit 8ff9e56

Browse files
committed
Support python 3.9
1 parent 61a9123 commit 8ff9e56

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
apt:
1212
update: true
1313
env:
14-
- PACKAGE_NAME=pytest-emoji-output PACKAGE_VERSION=0.1.7
14+
- PACKAGE_NAME=pytest-emoji-output PACKAGE_VERSION=0.1.8
1515
before_install:
1616
- sudo add-apt-repository -y ppa:duggan/bats
1717
- sudo apt-get -y install bats

CHANGELOG.md

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

4+
0.1.8
5+
=======
6+
7+
_Release date: 2021-06-06_
8+
9+
- Support python 3.9
10+
411
0.1.7
512
=======
613

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

0 commit comments

Comments
 (0)