[17:47:03] <nedbat> This is my first time pushing a distribtion to the new pypi. In the old UI, I could visit the list of all releases, and show/hide versions. That's not in the new UI. I guess I don't need it anymore?
[17:47:55] <dstufft> nedbat: correct, show/hiding a release is no longer a concept
[17:48:56] <dstufft> warehouse should just DTRT (where the right things is defined as showing the latest non-prerelease, unless there are only pre-releases, then the latest release)
[17:51:47] <nedbat> dstufft: honestly, i was unsure what the old gestures actually did, but it's in my release how-to doc...
[18:00:47] <dstufft> nedbat: if you had> 1 unhidden release, going to /pypi/foo would give a list of all unhidden releases rather than presenting the page for the latest release
[18:00:48] <dstufft> so you always wanted 1 unhidden release, and only 1
[18:01:11] <dstufft> you could manually control what PyPI showed as the "latest" by mucking with hidden/unhidden, but it would differ from what pip did so it was confusing
[18:01:39] <nedbat> dstufft: hmm, i would have one stable and one beta sometimes... better now.