From 6a406dfeaa0c6bf03dd54b450aaa4c1f4831a78a Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:37:55 -0700 Subject: [PATCH] Bump to 0.12.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- gplugins/__init__.py | 2 +- pyproject.toml | 6 +++--- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d89e9d..80998bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [0.12.0](https://github.com/gdsfactory/gplugins/releases/tag/v0.12.0) - 2024-04-09 + +No significant changes. + + ## [0.11.0](https://github.com/gdsfactory/gplugins/releases/tag/v0.11.0) - 2024-03-24 - add more sax models [#364](https://github.com/gdsfactory/gplugins/pull/364) diff --git a/README.md b/README.md index 078827c0..880c466a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 0.11.0 +# gplugins 0.12.0 [![docs](https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gplugins/) [![PyPI](https://img.shields.io/pypi/v/gplugins)](https://pypi.org/project/gplugins/) diff --git a/gplugins/__init__.py b/gplugins/__init__.py index e71408c3..12b1c9fb 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "0.11.0" +__version__ = "0.12.0" from gplugins.common.utils import plot, port_symmetries from gplugins.common.utils.get_effective_indices import get_effective_indices diff --git a/pyproject.toml b/pyproject.toml index 4c06290d..f58484a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ license = {file = "LICENSE"} name = "gplugins" readme = "README.md" requires-python = ">=3.10" -version = "0.11.0" +version = "0.12.0" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -84,7 +84,7 @@ meow = [ "jax>=0.4.26", "jaxlib>=0.4.26", "flax>=0.8.2", - "meow-sim>=0.9.0,<0.11.0", + "meow-sim>=0.9.0,<0.12.0", "tidy3d==2.5.2" ] sax = [ @@ -196,7 +196,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.11.0" +current = "0.12.0" regex = ''' (?P\d+) \.