You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we need to update but upstream has not updated yet, we should have a policy for setting version numbers. The current release with some important fixes from @mayeut is 3.21.1post1, but post releases are not designed for bug fixes, but only metadata changes - if "3.21.1" is already installed, pip will not upgrade it, and if it is already cached, pip will not download the new post release (from what I understand). We could "yank" the non-post release, but I don't know if that helps in the first case (it should fix the second, I think?).
If yanking does fix the "post" problem in both cases, I think that's best. I think only an owner like @jcfr can yank. I think it likely would be better to release "3.21.1.1", where the forth number is the "build" number, if you will, for the Python package, if it does not. We can also assume that' this is a small enough issue and can be fixed by clearing the cache or waiting till the next patch release and not worry about it - the problem is theoretical at the moment, no one had reported an issue.
The text was updated successfully, but these errors were encountered:
When we need to update but upstream has not updated yet, we should have a policy for setting version numbers. The current release with some important fixes from @mayeut is
3.21.1post1
, but post releases are not designed for bug fixes, but only metadata changes - if "3.21.1" is already installed, pip will not upgrade it, and if it is already cached, pip will not download the new post release (from what I understand). We could "yank" the non-post release, but I don't know if that helps in the first case (it should fix the second, I think?).If yanking does fix the "post" problem in both cases, I think that's best. I think only an owner like @jcfr can yank. I think it likely would be better to release "3.21.1.1", where the forth number is the "build" number, if you will, for the Python package, if it does not. We can also assume that' this is a small enough issue and can be fixed by clearing the cache or waiting till the next patch release and not worry about it - the problem is theoretical at the moment, no one had reported an issue.
The text was updated successfully, but these errors were encountered: