Skip to content

Commit 602c5a6

Browse files
committed
Bump to 1.4.1
1 parent 9d2a868 commit 602c5a6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# CORNERSTONE PDK 1.4.0
2+
# CORNERSTONE PDK 1.4.1
33

44
![](https://i.imgur.com/V5Ukc6j.png)
55

cspdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of the package."""
22

3-
__version__ = "1.4.0"
3+
__version__ = "1.4.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = {file = "LICENSE"}
2525
name = "cspdk"
2626
readme = "README.md"
2727
requires-python = ">=3.11,<3.14"
28-
version = "1.4.0"
28+
version = "1.4.1"
2929

3030
[project.optional-dependencies]
3131
dev = [
@@ -128,7 +128,7 @@ message_template = "Bump to {new_version}"
128128
tag_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

0 commit comments

Comments
 (0)