Skip to content

Commit 10c092f

Browse files
committed
Time to start doing bugfix releases!
1 parent 8b4ef2b commit 10c092f

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/changelog.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
Changelog
33
=========
44

5-
* :bug:`81 major` Fall back to sane defaults for PTY sizes when autodetection
6-
gives insane results. Thanks to `@akitada` for the patch.
7-
* :bug:`83 major` Fix a bug preventing underscored keyword arguments from
8-
working correctly as CLI flags (e.g. ``mytask --my-arg`` would not map back
9-
correctly to ``mytask(my_arg=...)``.) Credit: `@akitada`.
5+
* :release:`0.5.1 <2013.09.15>`
6+
* :bug:`81` Fall back to sane defaults for PTY sizes when autodetection gives
7+
insane results. Thanks to `@akitada` for the patch.
8+
* :bug:`83` Fix a bug preventing underscored keyword arguments from working
9+
correctly as CLI flags (e.g. ``mytask --my-arg`` would not map back correctly
10+
to ``mytask(my_arg=...)``.) Credit: `@akitada`.
1011
* :release:`0.5.0 <2013.08.16>`
1112
* :feature:`57` Optional-value flags added - e.g. ``--foo`` tells the parser to
1213
set the ``foo`` option value to True; ``--foo myval`` sets the value to

invoke/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 5, 0)
1+
__version_info__ = (0, 5, 1)
22
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)