Python Fire v0.6.0
This is the last release supporting Python 2. Subsequent releases will be Python 3 only. The automatically generated release notes follow.
What's Changed
- Use literal dict to satisfy linter by @dbieber in #430
- freeze CI requirements by @Borda in #431
- Fix path to requirements.txt by @hugovk in #433
- Fix deprecation warning: LICENSE is autodetected by @hugovk in #434
- adding python 3.10 [tag & CI] by @Borda in #428
- docs: fix brand name
Github
->GitHub
by @jbampton in #425 - Fix typos in console and tests by @yarikoptic in #436
- Split too long line, fixing lint by @dbieber in #437
- Add missing argument description by @sp1thas in #462
- Fix missing
$
sign in bash completion by @maximehk in #472 - remove asyncio.coroutine by @cocolato in #440
- Update build.yml dropping Python 2.7 by @dbieber in #479
- Update formatting_windows.py by @excript in #477
- Add Python 3.11 and Python 3.12 to build workflow by @dbieber in #485
New Contributors
- @Borda made their first contribution in #431
- @hugovk made their first contribution in #433
- @jbampton made their first contribution in #425
- @yarikoptic made their first contribution in #436
- @sp1thas made their first contribution in #462
- @maximehk made their first contribution in #472
- @cocolato made their first contribution in #440
- @excript made their first contribution in #477
Full Changelog: v0.5.0...v0.6.0