From e32292164a8c2acfd3a80ae64727b6cb3e906343 Mon Sep 17 00:00:00 2001 From: Leo Moser Date: Sat, 27 Jun 2026 17:59:00 +0200 Subject: [PATCH] feat: rename default open-pdks branch to main Signed-off-by: Leo Moser --- ciel/build/gf180mcu.py | 2 +- ciel/build/sky130.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ciel/build/gf180mcu.py b/ciel/build/gf180mcu.py index fb2a909..62022d7 100644 --- a/ciel/build/gf180mcu.py +++ b/ciel/build/gf180mcu.py @@ -54,7 +54,7 @@ def get_open_pdks( gmc, opdks_repo.link, version, - default_branch="master", + default_branch="main", ) open_pdks_repo = open_pdks_future.result() repo_path = open_pdks_repo.path diff --git a/ciel/build/sky130.py b/ciel/build/sky130.py index 56bf1e2..6f25432 100644 --- a/ciel/build/sky130.py +++ b/ciel/build/sky130.py @@ -55,7 +55,7 @@ def get_open_pdks( gmc, opdks_repo.link, version, - default_branch="master", + default_branch="main", ) open_pdks_repo = open_pdks_future.result() repo_path = open_pdks_repo.path diff --git a/pyproject.toml b/pyproject.toml index 0694423..24c4691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ciel" -version = "2.5.1" +version = "2.6.0" description = "An PDK builder/version manager for PDKs in the open_pdks format" authors = ["Mohamed Gaber ", "Efabless Corporation"] readme = "Readme.md"