Skip to content

Commit

Permalink
Switch version scheme to release-branch-semver.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
QuLogic authored and jklymak committed Jun 11, 2021
1 parent 058275e commit 090615a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -336,7 +336,7 @@ def make_release_tree(self, base_dir, files):
else []
),
use_scm_version={
"version_scheme": "post-release",
"version_scheme": "release-branch-semver",
"local_scheme": "node-and-date",
"write_to": "lib/matplotlib/_version.py",
"parentdir_prefix_version": "matplotlib-",
Expand Down

0 comments on commit 090615a

Please sign in to comment.