File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-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.8.4] ( https://github.com/gdsfactory/kfactory/releases/v0.8.4 ) - 2023-09-27
8
+
9
+
10
+ ### Added
11
+
12
+ - added towncrier [ #164 ] ( https://github.com/gdsfactory/kfactory/issues/164 )
13
+
14
+
7
15
## [ 0.8.2] (https://github.com/gdsfactory/gplugins/compare/v0.8.1...v0.8.2
8
16
9
17
- compatible with latest gdsfactory [ PR] ( https://github.com/gdsfactory/gplugins/pull/163 )
Original file line number Diff line number Diff line change 1
- # gplugins 0.8.3
1
+ # gplugins 0.8.4
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.8.3 "
3
+ __version__ = "0.8.4 "
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 @@ -23,7 +23,7 @@ license = {file = "LICENSE"}
23
23
name = " gplugins"
24
24
readme = " README.md"
25
25
requires-python = " >=3.10"
26
- version = " 0.8.3 "
26
+ version = " 0.8.4 "
27
27
28
28
[project .optional-dependencies ]
29
29
dagster = [" dagster" , " dagit" ]
@@ -60,7 +60,7 @@ docs = [
60
60
" pyvista[jupyter]<=0.40"
61
61
]
62
62
femwell = [
63
- " femwell>=0.1.6,<0.8.3 " ,
63
+ " femwell>=0.1.6,<0.8.4 " ,
64
64
" meshwell>=1.0.0,<1.1.0"
65
65
]
66
66
gmsh = [
@@ -216,7 +216,7 @@ message_template = "Bump to {new_version}"
216
216
tag_template = " v{new_version}"
217
217
218
218
[tool .tbump .version ]
219
- current = " 0.8.3 "
219
+ current = " 0.8.4 "
220
220
regex = '''
221
221
(?P<major>\d+)
222
222
\.
You can’t perform that action at this time.
0 commit comments