- Expose app instance in a command commands (manage.app). 83 - Show full help for submanagers if called without arguments. 85 - Fix ShowUrls command conflict. 88
0.6.6
-----------------
Released on December 6, 2013
- Fix global being passed after command by not expliciting checking for the 'parents' argument.
0.6.5
-----------------
Released on December 5, 2013
- Change warning from UserWarning to DeprecationWarning so it is ignored by default
0.6.4
-----------------
Released on December 5, 2013
- Only pass `parents` argument if a command's `create_parser` accepts it. Workaround for 71
0.6.3
-----------------
Released on November 11, 2013
- Separate usage into usage/help/description - Allow for command auto detection