Skip to content

Commit 080c680

Browse files
author
Evert
committed
Set MAIN_BRANCH_VERSIONING to True for main branch
1 parent 9e9426a commit 080c680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = False
16+
MAIN_BRANCH_VERSIONING = True
1717

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

external/duckdb

Submodule duckdb updated 969 files

0 commit comments

Comments
 (0)