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+ ## [ 1.1.1] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.1.1 ) - 2024-08-13
8+
9+ No significant changes.
10+
11+
712## [ 1.1.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.1.0 ) - 2024-08-05
813
914- Robust path length extraction [ #453 ] ( https://github.com/gdsfactory/gplugins/pull/453 )
Original file line number Diff line number Diff line change 1- # gplugins 1.1.0
1+ # gplugins 1.1.1
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__ = "1.1.0 "
3+ __version__ = "1.1.1 "
44
55import pathlib
66
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ license = {file = "LICENSE"}
3434name = " gplugins"
3535readme = " README.md"
3636requires-python = " >=3.10"
37- version = " 1.1.0 "
37+ version = " 1.1.1 "
3838
3939[project .optional-dependencies ]
4040dagster = [" dagster" , " dagit" ]
@@ -210,7 +210,7 @@ message_template = "Bump to {new_version}"
210210tag_template = " v{new_version}"
211211
212212[tool .tbump .version ]
213- current = " 1.1.0 "
213+ current = " 1.1.1 "
214214regex = '''
215215 (?P<major>\d+)
216216 \.
You can’t perform that action at this time.
0 commit comments