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.1.3] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.1.3 ) - 2024-11-15
8
+
9
+ No significant changes.
10
+
11
+
7
12
## [ 1.1.2] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.1.2 ) - 2024-08-15
8
13
9
14
- Support instances in path-length extraction from gds [ #468 ] ( https://github.com/gdsfactory/gplugins/pull/468 )
Original file line number Diff line number Diff line change 1
- # gplugins 1.1.2
1
+ # gplugins 1.1.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.1.2 "
3
+ __version__ = "1.1.3 "
4
4
5
5
import pathlib
6
6
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ license = {file = "LICENSE"}
35
35
name = " gplugins"
36
36
readme = " README.md"
37
37
requires-python = " >=3.10"
38
- version = " 1.1.2 "
38
+ version = " 1.1.3 "
39
39
40
40
[project .optional-dependencies ]
41
41
dagster = [" dagster" , " dagit" ]
@@ -211,7 +211,7 @@ message_template = "Bump to {new_version}"
211
211
tag_template = " v{new_version}"
212
212
213
213
[tool .tbump .version ]
214
- current = " 1.1.2 "
214
+ current = " 1.1.3 "
215
215
regex = '''
216
216
(?P<major>\d+)
217
217
\.
You can’t perform that action at this time.
0 commit comments