File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55<!-- towncrier release notes start -->
66
7+ ## [ 0.11.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.11.0 ) - 2024-03-24
8+
9+ No significant changes.
10+
11+
712## [ 0.10.2] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.10.2 ) - 2024-03-06
813
914- 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
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__ = "0.10.2 "
3+ __version__ = "0.11.0 "
44
55from gplugins .common .utils import plot , port_symmetries
66from 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"}
3232name = " gplugins"
3333readme = " README.md"
3434requires-python = " >=3.10"
35- version = " 0.10.2 "
35+ version = " 0.11.0 "
3636
3737[project .optional-dependencies ]
3838dagster = [" dagster" , " dagit" ]
@@ -83,7 +83,7 @@ klayout = [
8383meow = [
8484 " jax==0.4.23" ,
8585 " jaxlib==0.4.23" ,
86- " meow-sim>=0.9.0,<0.10.2 " ,
86+ " meow-sim>=0.9.0,<0.11.0 " ,
8787 " tidy3d==2.5.2"
8888]
8989sax = [
@@ -194,7 +194,7 @@ message_template = "Bump to {new_version}"
194194tag_template = " v{new_version}"
195195
196196[tool .tbump .version ]
197- current = " 0.10.2 "
197+ current = " 0.11.0 "
198198regex = '''
199199 (?P<major>\d+)
200200 \.
You can’t perform that action at this time.
0 commit comments