Skip to content

Commit 50d30cf

Browse files
authored
Release 0.8.1 (#245)
1 parent ddb0248 commit 50d30cf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
===============
55

6+
0.8.1
7+
+++++
8+
9+
* Add error message for invalid argument value (#244)
10+
611
0.8.0
712
+++++
813

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup, find_packages
1010

11-
VERSION = '0.8.0'
11+
VERSION = '0.8.1'
1212

1313
DEPENDENCIES = [
1414
'argcomplete',

0 commit comments

Comments
 (0)