badges / pypipins

Badges for your site to display download totals, latest version using PyPI
http://pypip.in
MIT License
78 stars 45 forks source link

Invalid package version #29

Closed tonyo closed 10 years ago

tonyo commented 10 years ago

Hi,

For some reason the badge displays the incorrect version number (and probably incorrect downloads as well) for the 'django-tenant-schemas' package (https://github.com/bernardopires/django-tenant-schemas). The current version on PyPI is 1.4.7, but there's 1.0.1 on the badge.

kura commented 10 years ago

This was actually something that had been fixed in the latest release of the Yarg library - https://yarg.readthedocs.org/ but hadn't been updated on pypip.in. The version will now be displayed correctly, before it was using a more complex way of finding the latest version than it needed.

Download counts are correct as of data from PyPI, remember though, download counts are not really relevant and have no bearing on anything since 90% or so of downloads added to the count are from mirroring services or scrapers.

tonyo commented 10 years ago

Got it, thanks for fixing!