Thanks to visit codestin.com
Credit goes to github.com

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

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)