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
+ ## [ 0.9.13] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.9.13 ) - 2024-02-07
8
+
9
+ No significant changes.
10
+
11
+
7
12
## [ 0.9.12] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.9.12 ) - 2024-02-07
8
13
9
14
- background meshing [ #319 ] ( https://github.com/gdsfactory/gplugins/pull/319 )
Original file line number Diff line number Diff line change 1
- # gplugins 0.9.12
1
+ # gplugins 0.9.13
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.9.12 "
3
+ __version__ = "0.9.13 "
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 @@ -24,7 +24,7 @@ license = {file = "LICENSE"}
24
24
name = " gplugins"
25
25
readme = " README.md"
26
26
requires-python = " >=3.10"
27
- version = " 0.9.12 "
27
+ version = " 0.9.13 "
28
28
29
29
[project .optional-dependencies ]
30
30
dagster = [" dagster" , " dagit" ]
@@ -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 = " 0.9.12 "
195
+ current = " 0.9.13 "
196
196
regex = '''
197
197
(?P<major>\d+)
198
198
\.
You can’t perform that action at this time.
0 commit comments