From 13318d03e10a1f08a61840cd6ff5510911d59c99 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:29:46 -0700 Subject: [PATCH] Bump to 0.8.5 --- .changelog.d/164.added.md | 1 - CHANGELOG.md | 8 ++++++++ README.md | 2 +- gplugins/__init__.py | 2 +- pyproject.toml | 6 +++--- 5 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 .changelog.d/164.added.md diff --git a/.changelog.d/164.added.md b/.changelog.d/164.added.md deleted file mode 100644 index e0ebe3fe..00000000 --- a/.changelog.d/164.added.md +++ /dev/null @@ -1 +0,0 @@ -added towncrier diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d150c42..10ee5df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ +## [0.8.5](https://github.com/gdsfactory/gplugins/releases/tag/v0.8.5) - 2023-10-09 + + +### Added + +- added towncrier [#164](https://github.com/gdsfactory/gplugins/issues/164) + + ## [0.8.4](https://github.com/gdsfactory/kfactory/releases/v0.8.4) - 2023-09-27 - added towncrier [#164](https://github.com/gdsfactory/gplugins/issues/164) diff --git a/README.md b/README.md index 718f925d..8120ca5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 0.8.4 +# gplugins 0.8.5 [![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 6cad22a8..e3e5a939 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "0.8.4" +__version__ = "0.8.5" 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 c58906dc..bc250972 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.4" +version = "0.8.5" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -60,7 +60,7 @@ docs = [ "pyvista[jupyter]<=0.40" ] femwell = [ - "femwell>=0.1.6,<0.8.4", + "femwell>=0.1.6,<0.8.5", "meshwell>=1.0.0,<1.1.0" ] gmsh = [ @@ -216,7 +216,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.8.4" +current = "0.8.5" regex = ''' (?P\d+) \.