Skip to content

Commit 735cfa4

Browse files
committed
Bump to 1.4.0
1 parent ca1954f commit 735cfa4

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.0](https://github.com/gdsfactory/cspdk/releases/tag/v1.4.0) - 2025-12-19
6+
7+
No significant changes.
8+
9+
510
## 1.3.0
611

712
- update gdsfactory9.22 [#177](https://github.com/gdsfactory/cspdk/pull/177)

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.3.2
2+
# CORNERSTONE PDK 1.4.0
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.3.2"
3+
__version__ = "1.4.0"

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.3.2"
28+
version = "1.4.0"
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.3.2"
131+
current = "1.4.0"
132132
# Example of a semver regexp.
133133
# Make sure this matches current_version before
134134
# using tbump

0 commit comments

Comments
 (0)