We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87e7928 + f7b8cd5 commit 7f49c59Copy full SHA for 7f49c59
duckdb_packaging/setuptools_scm_version.py
@@ -12,7 +12,7 @@
12
from ._versioning import format_version, parse_version
13
14
# MAIN_BRANCH_VERSIONING should be 'True' on main branch only
15
-MAIN_BRANCH_VERSIONING = True
+MAIN_BRANCH_VERSIONING = False
16
17
SCM_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DUCKDB"
18
SCM_GLOBAL_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION"
0 commit comments