Release 0.5.0 - 2021-07-09
- Dropped support for Python 2.x
- Documentation (commit)
- Improved project structure (commit)
- Move builds to GitHub actions (commit)
Release 0.4.0 - 2020-02-19
- Fixed setup.py long description (commit)
Release 0.3.2 - 2020-02-19
- Add external argparse instance support #5 (commit) (thanks M. Tarık Yurt!)
- Update python versions in build (commit)
Release 0.3.1 - 2017-01-28
- Expose argparse.REMAINDER as climax.REMAINDER (commit)
Release 0.3.0 - 2017-01-01
- Use the same logic as argparse when storing subcommand argument names #2 (commit) (thanks Thierry Jossermoz!)
- Support using parent parsers in commands and groups (commit) (thanks Thierry Jossermoz!)
- Exclude coverage of
_get_dest
function copied from argparse (commit)
Release 0.2.1 - 2016-02-07
- Corrected classifiers in setup.py (commit)
Release 0.2.0 - 2016-01-26
Release 0.1.0 - 2016-01-26