Skip to content

Commit

Permalink
Release 0.1.9 package version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Jun 6, 2021
1 parent 8ff9e56 commit 9835a0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
apt:
update: true
env:
- PACKAGE_NAME=pytest-emoji-output PACKAGE_VERSION=0.1.8
- PACKAGE_NAME=pytest-emoji-output PACKAGE_VERSION=0.1.9
before_install:
- sudo add-apt-repository -y ppa:duggan/bats
- sudo apt-get -y install bats
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Versions
========


0.1.9
=======

_Release date: 2021-06-06_

- Declare used tools

0.1.8
=======

Expand Down
2 changes: 1 addition & 1 deletion plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package provides API for testing output with emoji."""

__version__: str = "0.1.8"
__version__: str = "0.1.9"
__package_name__: str = "pytest-emoji-output"
__author__: str = "Volodymyr Yahello"
__email__: str = "vyahello@gmail.com"
Expand Down

0 comments on commit 9835a0b

Please sign in to comment.