File tree Expand file tree Collapse file tree 2 files changed +14
-45
lines changed
Expand file tree Collapse file tree 2 files changed +14
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " catalogbuilder"
9- version = " 2025.01.01 "
9+ version = " 2026.0.0 "
1010description = " intake-esm Catalog Generation Utilities"
1111readme = " README.md"
1212license = " CC-BY-NC-SA-4.0"
@@ -36,8 +36,17 @@ catalogbuilder = [
3636 " scripts/configs/**" ,
3737]
3838
39- # Semantic Release Configuration
39+ [tool .bumpversion ]
40+ current_version = " 2026.0.0"
41+ commit = false
42+ tag = false
43+ parse = " (?P<year>\\ d+)\\ .(?P<major>\\ d+)\\ .(?P<minor>\\ d+)"
44+ serialize = [" {year}.{major}.{minor}" ]
4045
41- [tool .semantic_release ]
42- version_variable = [" pyproject.toml:project.version" ] # Tell it where to find the project version in this file
43- branch = " main"
46+ [tool .bumpversion .parts .release ]
47+ calver_format = " {YYYY}"
48+
49+ [[tool .bumpversion .files ]]
50+ filename = " pyproject.toml"
51+ search = ' version = "{current_version}"'
52+ replace = ' version = "{new_version}"'
You can’t perform that action at this time.
0 commit comments