Skip to content

Commit 7f49c59

Browse files
Set MAIN_BRANCH_VERSIONING to False (#350)
1.5 is released! v1.5-variegata will become a bugfix branch.
2 parents 87e7928 + f7b8cd5 commit 7f49c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duckdb_packaging/setuptools_scm_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from ._versioning import format_version, parse_version
1313

1414
# MAIN_BRANCH_VERSIONING should be 'True' on main branch only
15-
MAIN_BRANCH_VERSIONING = True
15+
MAIN_BRANCH_VERSIONING = False
1616

1717
SCM_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DUCKDB"
1818
SCM_GLOBAL_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION"

0 commit comments

Comments
 (0)