Skip to content

Commit

Permalink
Resume development at 1.0a31
Browse files Browse the repository at this point in the history
  • Loading branch information
wylee committed May 22, 2018
1 parent e44fbf0 commit aaa096f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# RunCommands

## 1.0a31 - unreleased

In progress...

## 1.0a30 - 2018-05-22

- Fixed handling of `**kwargs`. When collecting the args/options for a command,
Expand Down
2 changes: 1 addition & 1 deletion runcommands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


__all__ = ['__version__', 'arg', 'bool_or', 'command']
__version__ = '1.0a30'
__version__ = '1.0a31.dev0'

0 comments on commit aaa096f

Please sign in to comment.