We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d07d49 commit 0465578Copy full SHA for 0465578
duckdb_packaging/setuptools_scm_version.py
@@ -13,7 +13,7 @@
13
from ._versioning import parse_version, format_version
14
15
# MAIN_BRANCH_VERSIONING should be 'True' on main branch only
16
-MAIN_BRANCH_VERSIONING = True
+MAIN_BRANCH_VERSIONING = False
17
18
SCM_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DUCKDB"
19
SCM_GLOBAL_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION"
0 commit comments