summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2023-03-28 10:36:03 +0200
committerGitHub <noreply@github.com>2023-03-28 10:36:03 +0200
commit37f4f5f32ccb7099a3be3131e2c14318f6f4f99b (patch)
treebbca65f4fe081d388a1b0f2d8f27b124b0a261eb /pyproject.toml
parent330eb5cff0f25c2dbc27969a9ce8daef91e4f847 (diff)
Switch hatch-vcs version scheme to release-branch-semver (#478)
- Correctly increase dev versions when micro tag versions are present - Removes the need to maintain dev tags Relates to #456
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7435b66..165ebba 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,6 +36,7 @@ classifiers = [
[tool.hatch.version]
source = "vcs"
+raw-options = { version_scheme = "release-branch-semver" }
[tool.hatch.build]
exclude = ["*"]