From a0c5d1fe5256cd651fa5d2efc1ffb6eb7a03042f Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:51:53 -0700 Subject: [PATCH] Bump to 1.1.1 --- 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 e1238082..1b219a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [1.1.1](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.1) - 2024-08-13 + +No significant changes. + + ## [1.1.0](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.0) - 2024-08-05 - Robust path length extraction [#453](https://github.com/gdsfactory/gplugins/pull/453) diff --git a/README.md b/README.md index 63f7b0a9..481b965e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 1.1.0 +# gplugins 1.1.1 [![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 ed811457..b59fec1b 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "1.1.0" +__version__ = "1.1.1" import pathlib diff --git a/pyproject.toml b/pyproject.toml index 6edbc22a..a6f53d53 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.1.0" +version = "1.1.1" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -210,7 +210,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "1.1.0" +current = "1.1.1" regex = ''' (?P\d+) \.