File tree Expand file tree Collapse file tree 5 files changed +56
-51
lines changed
Expand file tree Collapse file tree 5 files changed +56
-51
lines changed Original file line number Diff line number Diff line change 44
55<!-- towncrier release notes start -->
66
7+ ## [ 1.3.2] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.3.2 ) - 2025-03-26
8+
9+ No significant changes.
10+
11+
712## [ 1.3.1] ( https://github.com/gdsfactory/gplugins/releases/tag/v1.3.1 ) - 2025-03-25
813
914No significant changes.
Original file line number Diff line number Diff line change 1- # gplugins 1.3.1
1+ # gplugins 1.3.2
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.3.1 "
3+ __version__ = "1.3.2 "
44
55import pathlib
66
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = {file = "LICENSE"}
2626name = " gplugins"
2727readme = " README.md"
2828requires-python = " >=3.11"
29- version = " 1.3.1 "
29+ version = " 1.3.2 "
3030
3131[project .optional-dependencies ]
3232dev = [
@@ -198,7 +198,7 @@ message_template = "Bump to {new_version}"
198198tag_template = " v{new_version}"
199199
200200[tool .tbump .version ]
201- current = " 1.3.1 "
201+ current = " 1.3.2 "
202202regex = '''
203203 (?P<major>\d+)
204204 \.
You can’t perform that action at this time.
0 commit comments