Skip to content

Commit

Permalink
Merge pull request matplotlib#20369 from QuLogic/setuptools-semver
Browse files Browse the repository at this point in the history
Switch version scheme to release-branch-semver.
  • Loading branch information
dstansby committed Jun 7, 2021
2 parents b5f9a94 + 7c6409a commit 63261cc
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 63261cc

Please sign in to comment.