From 79156946b2fb12750d93b396c434e49b5ac9ef96 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:52:34 -0700 Subject: [PATCH] Bump to 1.1.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 d843426d..e01627a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [1.1.0](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.0) - 2024-08-05 + +No significant changes. + + ## [1.0.2](https://github.com/gdsfactory/gplugins/releases/tag/v1.0.2) - 2024-06-21 No significant changes. diff --git a/README.md b/README.md index 567be365..63f7b0a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 1.0.2 +# gplugins 1.1.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 6582b741..ed811457 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "1.0.2" +__version__ = "1.1.0" import pathlib diff --git a/pyproject.toml b/pyproject.toml index 29a7c70d..ee15adf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ license = {file = "LICENSE"} name = "gplugins" readme = "README.md" requires-python = ">=3.10" -version = "1.0.2" +version = "1.1.0" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -60,7 +60,7 @@ devsim = [ docs = [ "jupytext", "matplotlib", - "jupyter-book==1.0.2", + "jupyter-book==1.1.0", "pyvista[all,trame]<=0.43.8" ] femwell = [ @@ -210,7 +210,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "1.0.2" +current = "1.1.0" regex = ''' (?P\d+) \.