Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Use release-branch version scheme#20903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Use release-branch version scheme#20903
Uh oh!
There was an error while loading.Please reload this page.
Conversation
QuLogic commentedAug 26, 2021
I think I was probably waiting for a release with that in before changing it; we should probably ping them about that. |
ericpre commentedAug 26, 2021
Am I understanding correctly that with "ping them" you mean the In any case, it is worth pinging them! ;) |
anntzer left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This is simply making__init__.py matchsetup.py.
ericpre commentedSep 13, 2021
Yes, this is correct. If one want to test against some feature which are in the >>>importmatplotlib>>>matplotlib.__version__'3.4.2.post1954+g20170d7558.d20210913' As far I understand, this version corresponds to a bug-fix branch and I would expect something along the line of |
QuLogic left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
They now have a release out with this included.
…903-on-v3.5.xBackport PR#20903 on branch v3.5.x (Use release-branch version scheme )
BLD: Use release-branch version scheme
…_git_repoBLD: Use release-branch version scheme
PR Summary
At the time of writing (latest master just installed), the installed and runtime version (from a git repository) are:
and
With this PR, the runtime version is:
Relevant previous PR on this topic:#18869,#20369,
PR Checklist
pytestpasses).flake8on changed files to check).flake8-docstringsand runflake8 --docstring-convention=all).doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).