We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb0248 commit 50d30cfCopy full SHA for 50d30cf
HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
===============
5
6
+0.8.1
7
++++++
8
+
9
+* Add error message for invalid argument value (#244)
10
11
0.8.0
12
+++++
13
setup.py
@@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages
-VERSION = '0.8.0'
+VERSION = '0.8.1'
DEPENDENCIES = [
14
'argcomplete',
0 commit comments