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 44
55<!-- towncrier release notes start -->
66
7+ ## [ 1.4.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.4.0 ) - 2025-06-22
8+
9+ No significant changes.
10+
11+
712## [ 1.3.8] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.3.8 ) - 2025-06-06
813
914- Fix lumerical extension [ #594 ] ( https://github.com/gdsfactory/gplugins/pull/594 )
Original file line number Diff line number Diff line change 1- # gplugins 1.3.8
1+ # gplugins 1.4.0
22
33[ ![ docs] ( https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg )] ( https://gdsfactory.github.io/gplugins/ )
44[ ![ PyPI] ( https://img.shields.io/pypi/v/gplugins )] ( https://pypi.org/project/gplugins/ )
Original file line number Diff line number Diff line change 11"""gplugins - gdsfactory plugins."""
22
3- __version__ = "1.3.8 "
3+ __version__ = "1.4.0 "
44
55import pathlib
66
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ license = {file = "LICENSE"}
2525name = " gplugins"
2626readme = " README.md"
2727requires-python = " >=3.11"
28- version = " 1.3.8 "
28+ version = " 1.4.0 "
2929
3030[project .optional-dependencies ]
3131dev = [
@@ -192,7 +192,7 @@ message_template = "Bump to {new_version}"
192192tag_template = " v{new_version}"
193193
194194[tool .tbump .version ]
195- current = " 1.3.8 "
195+ current = " 1.4.0 "
196196regex = '''
197197 (?P<major>\d+)
198198 \.
You can’t perform that action at this time.
0 commit comments