Skip to content

Commit

Permalink
Release 0.8.1 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Apr 9, 2021
1 parent ddb0248 commit 50d30cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

0.8.1
+++++

* Add error message for invalid argument value (#244)

0.8.0
+++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = '0.8.0'
VERSION = '0.8.1'

DEPENDENCIES = [
'argcomplete',
Expand Down

0 comments on commit 50d30cf

Please sign in to comment.