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+ ## [ 0.14.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.14.0 ) - 2024-06-02
8+
9+ No significant changes.
10+
11+
712## [ 0.13.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.13.0 ) - 2024-04-28
813
914- Add padding layer to gplugins [ #387 ] ( https://github.com/gdsfactory/gplugins/pull/387 )
Original file line number Diff line number Diff line change 1- # gplugins 0.13 .0
1+ # gplugins 0.14 .0
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__ = "0.13 .0"
3+ __version__ = "0.14 .0"
44
55import pathlib
66
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ license = {file = "LICENSE"}
3232name = " gplugins"
3333readme = " README.md"
3434requires-python = " >=3.10"
35- version = " 0.13 .0"
35+ version = " 0.14 .0"
3636
3737[project .optional-dependencies ]
3838dagster = [" dagster" , " dagit" ]
@@ -206,7 +206,7 @@ message_template = "Bump to {new_version}"
206206tag_template = " v{new_version}"
207207
208208[tool .tbump .version ]
209- current = " 0.13 .0"
209+ current = " 0.14 .0"
210210regex = '''
211211 (?P<major>\d+)
212212 \.
You can’t perform that action at this time.
0 commit comments