Skip to content

Commit

Permalink
Release 0.1.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Jul 5, 2017
1 parent b9f21e3 commit 6d41d59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release History
===============

0.1.1 (2017-07-05)
^^^^^^^^^^^^^^^^^^

* Add more types of command and argument loaders.
* Add tests.

0.1.0 (2017-06-16)
^^^^^^^^^^^^^^^^^^

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

VERSION = '0.1.0'
VERSION = '0.1.1'

DEPENDENCIES = [
'argcomplete',
Expand Down

0 comments on commit 6d41d59

Please sign in to comment.