Skip to content

Commit 6a406df

Browse files
committed
Bump to 0.12.0
1 parent 89530a7 commit 6a406df

4 files changed

Lines changed: 10 additions & 5 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.12.0](https://github.com/gdsfactory/gplugins/releases/tag/v0.12.0) - 2024-04-09
8+
9+
No significant changes.
10+
11+
712
## [0.11.0](https://github.com/gdsfactory/gplugins/releases/tag/v0.11.0) - 2024-03-24
813

914
- add more sax models [#364](https://github.com/gdsfactory/gplugins/pull/364)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gplugins 0.11.0
1+
# gplugins 0.12.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.11.0"
3+
__version__ = "0.12.0"
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: 3 additions & 3 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.11.0"
35+
version = "0.12.0"
3636

3737
[project.optional-dependencies]
3838
dagster = ["dagster", "dagit"]
@@ -84,7 +84,7 @@ meow = [
8484
"jax>=0.4.26",
8585
"jaxlib>=0.4.26",
8686
"flax>=0.8.2",
87-
"meow-sim>=0.9.0,<0.11.0",
87+
"meow-sim>=0.9.0,<0.12.0",
8888
"tidy3d==2.5.2"
8989
]
9090
sax = [
@@ -196,7 +196,7 @@ message_template = "Bump to {new_version}"
196196
tag_template = "v{new_version}"
197197

198198
[tool.tbump.version]
199-
current = "0.11.0"
199+
current = "0.12.0"
200200
regex = '''
201201
(?P<major>\d+)
202202
\.

0 commit comments

Comments
 (0)