File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- towncrier release notes start -->
44
5+ ## [ 1.4.1] ( https://github.com/gdsfactory/cspdk/releases/tag/v1.4.1 ) - 2026-01-05
6+
7+ No significant changes.
8+
9+
510- update gdsfactory
611
712## [ 1.4.0] ( https://github.com/gdsfactory/cspdk/releases/tag/v1.4.0 ) - 2025-12-19
Original file line number Diff line number Diff line change 11
2- # CORNERSTONE PDK 1.4.0
2+ # CORNERSTONE PDK 1.4.1
33
44![ ] ( https://i.imgur.com/V5Ukc6j.png )
55
Original file line number Diff line number Diff line change 11"""Version of the package."""
22
3- __version__ = "1.4.0 "
3+ __version__ = "1.4.1 "
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ license = {file = "LICENSE"}
2525name = " cspdk"
2626readme = " README.md"
2727requires-python = " >=3.11,<3.14"
28- version = " 1.4.0 "
28+ version = " 1.4.1 "
2929
3030[project .optional-dependencies ]
3131dev = [
@@ -128,7 +128,7 @@ message_template = "Bump to {new_version}"
128128tag_template = " v{new_version}"
129129
130130[tool .tbump .version ]
131- current = " 1.4.0 "
131+ current = " 1.4.1 "
132132# Example of a semver regexp.
133133# Make sure this matches current_version before
134134# using tbump
You can’t perform that action at this time.
0 commit comments