From d06b124dcdfd523149908bd5bb03ba8e24487b5e Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:46:57 -0800 Subject: [PATCH] Bump to 1.2.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- gplugins/__init__.py | 2 +- pyproject.toml | 4 ++-- uv.lock | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e245c0..e644ef2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [1.2.0](https://github.com/gdsfactory/gplugins/releases/tag/v1.2.0) - 2024-12-12 + +No significant changes. + + ## [1.1.5](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.5) - 2024-11-27 No significant changes. diff --git a/README.md b/README.md index 8dfad718..653b2af8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 1.1.5 +# gplugins 1.2.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 76a42564..d58c91af 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins.""" -__version__ = "1.1.5" +__version__ = "1.2.0" import pathlib diff --git a/pyproject.toml b/pyproject.toml index 74613036..a568be76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ license = {file = "LICENSE"} name = "gplugins" readme = "README.md" requires-python = ">=3.10" -version = "1.1.5" +version = "1.2.0" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -238,7 +238,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "1.1.5" +current = "1.2.0" regex = ''' (?P\d+) \. diff --git a/uv.lock b/uv.lock index 60bb7a47..c6e36311 100644 --- a/uv.lock +++ b/uv.lock @@ -1479,7 +1479,7 @@ wheels = [ [[package]] name = "gplugins" -version = "1.1.5" +version = "1.2.0" source = { editable = "." } dependencies = [ { name = "gdsfactory" },