Skip to content

Commit f7b8cd5

Browse files
committed
Set MAIN_BRANCH_VERSIONING to False
1 parent 55013e1 commit f7b8cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)