8000 Switch version scheme to release-branch-semver. · matplotlib/matplotlib@7c6409a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c6409a

Browse files
committed
Switch version scheme to release-branch-semver.
While setuptools-scm does not yet support our branch naming scheme for release branches, it will soon [1]. And we won't have to worry about that until we actually branch for 3.5.0, since the v3.4.x branch doesn't use it. [1] pypa/setuptools-scm#573
1 parent 11258c2 commit 7c6409a
< 8000 div class="prc-PageLayout-PaneWrapper-nGO0U Commit-module__Pane--r5DTJ Commit-module__TreeExpanded--asa0G" style="--offset-header:0px;--spacing-row:var(--spacing-none);--spacing-column:var(--spacing-none)" data-is-hidden="false" data-position="start" data-sticky="true">

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def make_release_tree(self, base_dir, files):
336336
else []
337337
),
338338
use_scm_version={
339-
"version_scheme": "post-release",
339+
"version_scheme": "release-branch-semver",
340340
"local_scheme": "node-and-date",
341341
"write_to": "lib/matplotlib/_version.py",
342342
"parentdir_prefix_version": "matplotlib-",

0 commit comments

Comments
 (0)
0