File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ addons:
1111 apt :
1212 update : true
1313env :
14- - PACKAGE_NAME=pytest-emoji-output PACKAGE_VERSION=0.1.7
14+ - PACKAGE_NAME=pytest-emoji-output PACKAGE_VERSION=0.1.8
1515before_install :
1616 - sudo add-apt-repository -y ppa:duggan/bats
1717 - sudo apt-get -y install bats
Original file line number Diff line number Diff line change 11Versions
22========
33
4+ 0.1.8
5+ =======
6+
7+ _ Release date: 2021-06-06_
8+
9+ - Support python 3.9
10+
4110.1.7
512=======
613
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments