File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- towncrier release notes start -->
6
6
7
+ ## [ 0.11.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.11.0 ) - 2024-03-24
8
+
9
+ No significant changes.
10
+
11
+
7
12
## [ 0.10.2] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.10.2 ) - 2024-03-06
8
13
9
14
- Update sax [ #354 ] ( https://github.com/gdsfactory/gplugins/pull/354 )
Original file line number Diff line number Diff line change 1
- # gplugins 0.10.2
1
+ # gplugins 0.11.0
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__ = "0.10.2 "
3
+ __version__ = "0.11.0 "
4
4
5
5
from gplugins .common .utils import plot , port_symmetries
6
6
from gplugins .common .utils .get_effective_indices import get_effective_indices
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ license = {file = "LICENSE"}
32
32
name = " gplugins"
33
33
readme = " README.md"
34
34
requires-python = " >=3.10"
35
- version = " 0.10.2 "
35
+ version = " 0.11.0 "
36
36
37
37
[project .optional-dependencies ]
38
38
dagster = [" dagster" , " dagit" ]
@@ -83,7 +83,7 @@ klayout = [
83
83
meow = [
84
84
" jax==0.4.23" ,
85
85
" jaxlib==0.4.23" ,
86
- " meow-sim>=0.9.0,<0.10.2 " ,
86
+ " meow-sim>=0.9.0,<0.11.0 " ,
87
87
" tidy3d==2.5.2"
88
88
]
89
89
sax = [
@@ -194,7 +194,7 @@ message_template = "Bump to {new_version}"
194
194
tag_template = " v{new_version}"
195
195
196
196
[tool .tbump .version ]
197
- current = " 0.10.2 "
197
+ current = " 0.11.0 "
198
198
regex = '''
199
199
(?P<major>\d+)
200
200
\.
You can’t perform that action at this time.
0 commit comments