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.3.3] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.3.3 ) - 2025-04-13
8
+
9
+ No significant changes.
10
+
11
+
7
12
## [ 1.3.2] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.3.2 ) - 2025-03-26
8
13
9
14
No significant changes.
Original file line number Diff line number Diff line change 1
- # gplugins 1.3.2
1
+ # gplugins 1.3.3
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.3.2 "
3
+ __version__ = "1.3.3 "
4
4
5
5
import pathlib
6
6
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = {file = "LICENSE"}
26
26
name = " gplugins"
27
27
readme = " README.md"
28
28
requires-python = " >=3.11"
29
- version = " 1.3.2 "
29
+ version = " 1.3.3 "
30
30
31
31
[project .optional-dependencies ]
32
32
dev = [
@@ -193,7 +193,7 @@ message_template = "Bump to {new_version}"
193
193
tag_template = " v{new_version}"
194
194
195
195
[tool .tbump .version ]
196
- current = " 1.3.2 "
196
+ current = " 1.3.3 "
197
197
regex = '''
198
198
(?P<major>\d+)
199
199
\.
You can’t perform that action at this time.
0 commit comments