Add date range to output (https://github.com/hugovk/pypistats/pull/73)
0.7.1
Fix a bug:
* Show version numbers as strings, not floats 66
0.7.0
* Add User-Agent to API requests (65) * Use tox and pre-commit for testing (64) * Use setuptools_scm to simplify versioning during release (59, 61, 62, 63)
0.6.0
Allow month names as parameters https://github.com/hugovk/pypistats/pull/58
0.5.0
* Add `-v` `--verbose`, use capped `-V` for version: 46 * Add `--this-month` for stats so far this month: 55 * Optional days: `--start-date` and `--end-date` can take `yyyy-mm-dd` or `yyyy-mm`: 47
0.4.1
* Specify optional dependency of pytablewriter to ensure smooth install: https://github.com/hugovk/pypistats/pull/44 * Refactor use of pytablewriter as a method may be removed in the future: https://github.com/hugovk/pypistats/pull/42