- Remove blessings integration which breaks on Windows
1.2.1
------------------
- Make verbose the default - Add blessings support to make output pretty - install_requires requests for future refactor - Enforce available command line options better
1.2.0
------------------
- Add verbose option to display file name, upload date, and download count per release - Add locale to format downloads e.g. ``700,232 times`` instead of ``700232 times``
1.1.2
------------------
- Fix regression: Re-fix download counts [JNRowe]
1.1.1
------------------
- Refactor: create ``downloads_total`` function to make external use simpler [kennethreitz]
1.1.0
------------------
- Bug fixes: support for case insensitive project names and support for counting all release files (e.g. binaries in addition to sdist) and correct number of release files [JNRowe]