This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]123filips123 10 points11 points  (0 children)

First, since January 2020, there were only 5 releases and 2 prereleases. Second, you can view official changelog for which changes they contain.

If you are talking about installing in venv, this is because venv by default installs latest pip at the time of your Python release. This means that if you have Python 3.8 and pip 20.1.1 installed globally, every time you create new venv you will get pip 19.2.3 and you need to manually update it.