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! ;) |
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 |
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 )
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).The text was updated successfully, but these errors were encountered: