Skip to content

Commit

Permalink
Bump dev version, update changelog/authors
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Aug 1, 2016
1 parent a136a6f commit 4fcd062
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and generally made *Argh* better:
:Joseph McCullough: Patch for dev environ
:Jason Dusek: Patch for EntryPoint
:Felix Yan: Fix missing test dependencies
:David Warde-Farley: Bugfix

...you? :-)
Patches, ideas and any feedback is highly appreciated.
Expand Down
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
~~~~~~~~~

Version 0.26.3-dev
------------------

Fixed bugs:

- When command function signature contained ``**kwargs`` *and* positionals
without defaults and with underscores in their names, a weird behaviour could
be observed (issue #104).

Version 0.26.2
--------------

Expand Down
2 changes: 1 addition & 1 deletion argh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from .helpers import *


__version__ = '0.26.2'
__version__ = '0.26.3-dev'

0 comments on commit 4fcd062

Please sign in to comment.