From 7cf663d49ce89aae18f80785a90208f995ebaf79 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:28:35 -0800 Subject: [PATCH] Bump to 0.10.2 --- 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 67ebc623..2791ed5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [0.10.2](https://github.com/gdsfactory/gplugins/releases/tag/v0.10.2) - 2024-03-06 + +No significant changes. + + ## [0.10.1](https://github.com/gdsfactory/gplugins/releases/tag/v0.10.1) - 2024-03-05 - fix grating prefix for tidy3d plugin [#351](https://github.com/gdsfactory/gplugins/pull/351) diff --git a/README.md b/README.md index 2e4b7602..a35ec4e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 0.10.1 +# gplugins 0.10.2 [![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 9081f885..4ad945c4 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "0.10.1" +__version__ = "0.10.2" 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 6508e5de..9732ed86 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.10.1" +version = "0.10.2" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -83,7 +83,7 @@ klayout = [ meow = [ "jax==0.4.23", "jaxlib==0.4.23", - "meow-sim>=0.9.0,<0.10.1", + "meow-sim>=0.9.0,<0.10.2", "tidy3d==2.5.2" ] sax = [ @@ -194,7 +194,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.10.1" +current = "0.10.2" regex = ''' (?P\d+) \.