charlesflynn / eve-docs

Generates documentation for Eve APIs
MIT License
74 stars 12 forks source link

Keep around old releases on PyPI #12

Closed kynan closed 10 years ago

kynan commented 10 years ago

It would be great to have access to old releases via PyPI rather than only the latest release. Imagine you specify a specific version in your requirements.txt requirements installation will fail once a new release has been pushed and the old replaced.

charlesflynn commented 10 years ago

When I was working on #11 yesterday, I checked the simple index and the older releases were there, so I think pip etc should have been okay all along. But I do need to upload 0.1.3 again since its tarfile strangely vanished.

I just went in and "unhid" the older releases, so they should be visible now on regular PyPI.

charlesflynn commented 10 years ago

Okay 0.1.3 is uploaded now, so all the older versions should be visible

kynan commented 10 years ago

Great, thanks!