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 4
4
5
5
<!-- towncrier release notes start -->
6
6
7
+ ## [ 1.4.1] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.4.1 ) - 2025-08-09
8
+
9
+ No significant changes.
10
+
11
+
7
12
## [ 1.4.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.4.0 ) - 2025-06-22
8
13
9
14
- More Voronoi extraction tests [ #608 ] ( https://github.com/gdsfactory/gplugins/pull/608 )
Original file line number Diff line number Diff line change 1
- # gplugins 1.4.0
1
+ # gplugins 1.4.1
2
2
3
3
[ ![ docs] ( https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg )] ( https://gdsfactory.github.io/gplugins/ )
4
4
[ ![ PyPI] ( https://img.shields.io/pypi/v/gplugins )] ( https://pypi.org/project/gplugins/ )
Original file line number Diff line number Diff line change 1
1
"""gplugins - gdsfactory plugins."""
2
2
3
- __version__ = "1.4.0 "
3
+ __version__ = "1.4.1 "
4
4
5
5
import pathlib
6
6
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ license = {file = "LICENSE"}
25
25
name = " gplugins"
26
26
readme = " README.md"
27
27
requires-python = " >=3.11"
28
- version = " 1.4.0 "
28
+ version = " 1.4.1 "
29
29
30
30
[project .optional-dependencies ]
31
31
dev = [
@@ -192,7 +192,7 @@ message_template = "Bump to {new_version}"
192
192
tag_template = " v{new_version}"
193
193
194
194
[tool .tbump .version ]
195
- current = " 1.4.0 "
195
+ current = " 1.4.1 "
196
196
regex = '''
197
197
(?P<major>\d+)
198
198
\.
You can’t perform that action at this time.
0 commit comments