Skip to content

Commit b2765b9

Browse files
committed
Bump to 0.14.0
1 parent a25c67d commit b2765b9

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/)

gplugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""gplugins - gdsfactory plugins"""
22

3-
__version__ = "0.13.0"
3+
__version__ = "0.14.0"
44

55
import pathlib
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license = {file = "LICENSE"}
3232
name = "gplugins"
3333
readme = "README.md"
3434
requires-python = ">=3.10"
35-
version = "0.13.0"
35+
version = "0.14.0"
3636

3737
[project.optional-dependencies]
3838
dagster = ["dagster", "dagit"]
@@ -206,7 +206,7 @@ message_template = "Bump to {new_version}"
206206
tag_template = "v{new_version}"
207207

208208
[tool.tbump.version]
209-
current = "0.13.0"
209+
current = "0.14.0"
210210
regex = '''
211211
(?P<major>\d+)
212212
\.

0 commit comments

Comments
 (0)