From e8799f253cb05cd9d801a330a178e99927cf628d Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:47:34 -0700 Subject: [PATCH] Bump to 1.1.2 --- 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 981dbbf2..bcb8f196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [1.1.2](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.2) - 2024-08-15 + +No significant changes. + + ## [1.1.1](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.1) - 2024-08-13 - Improvements to path length code [#461](https://github.com/gdsfactory/gplugins/pull/461) diff --git a/README.md b/README.md index 481b965e..c05b0537 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 1.1.1 +# gplugins 1.1.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 b59fec1b..efef8721 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "1.1.1" +__version__ = "1.1.2" import pathlib diff --git a/pyproject.toml b/pyproject.toml index 71350f67..c81cfbab 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.1" +version = "1.1.2" [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.1" +current = "1.1.2" regex = ''' (?P\d+) \.