-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use release-branch version scheme #20903
Conversation
I think I was probably waiting for a release with that in before changing it; we should probably ping them about that. |
Am I understanding correctly that with "ping them" you mean the In any case, it is worth pinging them! ;) |
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
match setup.py
.
Yes, this is correct. If one want to test against some feature which are in the >>> import matplotlib
>>> 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 |
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.x Backport PR #20903 on branch v3.5.x (Use release-branch version scheme )
BLD: Use release-branch version scheme
…_git_repo BLD: 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
pytest
passes).flake8
on changed files to check).flake8-docstrings
and 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).