From 4445c12c9f1f5327c4cc17eed95a0861129e6a58 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:50:55 -0800 Subject: [PATCH] Bump to 0.9.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- gplugins/__init__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7842511..5921c539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [0.9.0](https://github.com/gdsfactory/gplugins/releases/tag/v0.9.0) - 2023-11-29 + +No significant changes. + + ## [0.8.7](https://github.com/gdsfactory/gplugins/releases/tag/v0.8.7) - 2023-11-21 - Assorted changes in docs and support `.spi` files for `plot_nets` [#237](https://github.com/gdsfactory/gplugins/pull/237) diff --git a/README.md b/README.md index aa5cde8f..fee7cf75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 0.8.7 +# gplugins 0.9.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 ed184c5d..61bd9ecd 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "0.8.7" +__version__ = "0.9.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 7caa4c2c..422d457c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ license = {file = "LICENSE"} name = "gplugins" readme = "README.md" requires-python = ">=3.10" -version = "0.8.7" +version = "0.9.0" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -207,7 +207,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.8.7" +current = "0.9.0" regex = ''' (?P\d+) \.