Skip to content

Commit a7da20f

Browse files
committed
Bump to 0.9.13
1 parent 85ef1e3 commit a7da20f

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

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.9.13](https://github.com/gdsfactory/gplugins/releases/tag/v0.9.13) - 2024-02-07
8+
9+
No significant changes.
10+
11+
712
## [0.9.12](https://github.com/gdsfactory/gplugins/releases/tag/v0.9.12) - 2024-02-07
813

914
- background meshing [#319](https://github.com/gdsfactory/gplugins/pull/319)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gplugins 0.9.12
1+
# gplugins 0.9.13
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.9.12"
3+
__version__ = "0.9.13"
44

55
from gplugins.common.utils import plot, port_symmetries
66
from gplugins.common.utils.get_effective_indices import get_effective_indices

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license = {file = "LICENSE"}
2424
name = "gplugins"
2525
readme = "README.md"
2626
requires-python = ">=3.10"
27-
version = "0.9.12"
27+
version = "0.9.13"
2828

2929
[project.optional-dependencies]
3030
dagster = ["dagster", "dagit"]
@@ -192,7 +192,7 @@ message_template = "Bump to {new_version}"
192192
tag_template = "v{new_version}"
193193

194194
[tool.tbump.version]
195-
current = "0.9.12"
195+
current = "0.9.13"
196196
regex = '''
197197
(?P<major>\d+)
198198
\.

0 commit comments

Comments
 (0)