------------------- - Support Python 3.8 and 3.9 - `"release_date"` fields are now derived from `"upload_time_iso_8601"` fields instead of `"upload_time"`. They thus now include microseconds and the timezone. - Drop support for Python 3.4 and 3.5 - Support PyPy3 - Update Click to 8.0
0.5.0
------------------- - `search` now accepts `homepage` and `keyword` as synonyms of `home_page` and `keywords`, respectively - When getting the latest version of a package that only has prereleases, now show information on the latest prerelease instead of erroring when `--pre` isn't given
0.4.1
------------------- - **Bugfix**: Better handling of package versions that aren't in PEP 440 normalized form
0.4.0
------------------- - Gave `browse` and `search` `--packages` and `--releases` options for controlling whether to show one result per matching package or per matching package release - **Bugfix**: An error message will now be displayed for each nonexistent package/version given on the command line, not just the first one
0.3.0
------------------- - Gave `info`, `readme`, and `files` an `-A`/`--all-versions` option - Gave `info` a `--description` option for including (long) descriptions
0.2.0
------------------- - Gave `info`, `readme`, and `files` `--newest` and `--highest` options for controlling how the latest version of a package is determined; `--highest` is now always the default - Added a `--no-pre` option for negating `--pre`