Skip to content

Commit 0465578

Browse files
committed
set MAIN_BRANCH_VERSIONING to False for v1.4-andium
1 parent 3d07d49 commit 0465578

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
@@ -13,7 +13,7 @@
1313
from ._versioning import parse_version, format_version
1414

1515
# MAIN_BRANCH_VERSIONING should be 'True' on main branch only
16-
MAIN_BRANCH_VERSIONING = True
16+
MAIN_BRANCH_VERSIONING = False
1717

1818
SCM_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DUCKDB"
1919
SCM_GLOBAL_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION"

0 commit comments

Comments
 (0)