The Wayback Machine - https://web.archive.org/web/20211011032355/https://github.com/matplotlib/matplotlib/pull/20903/files
Skip to content
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

Merged
merged 1 commit into from Sep 16, 2021
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -168,7 +168,7 @@ def _get_version():
import setuptools_scm
return setuptools_scm.get_version(
root=root,
version_scheme="post-release",
version_scheme="release-branch-semver",
local_scheme="node-and-date",
fallback_version=_version.version,
)