File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog
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
Original file line number Diff line number Diff line change 1- __version_info__ = (0 , 5 , 0 )
1+ __version_info__ = (0 , 5 , 1 )
22__version__ = '.' .join (map (str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments