I'm trying to determine what was updated in pip 9.0.3 vs 9.0.2.
But there is no git tag in this repo for 9.0.3, nor is there anything written on https://pip.pypa.io/en/stable/news/
Any pip command, e.g. pip3.6 install -U astunparse
You are using pip version 9.0.2, however version 9.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Moreover, 9.0.2 was just released few days ago... What is going on?
Moreover the release date for 9.0.2 https://pip.pypa.io/en/stable/news/ states "2017" -- clearly it was released in 2018.
Hmm... at least there is a release branch here, though no tag:
https://github.com/pypa/pip/tree/release/9.0.3
This should be fixed now.
Thanks for quick response! All is clear now :)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
This should be fixed now.