diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc87fa6..425a22c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [1.1.3](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.3) - 2024-11-15 + +No significant changes. + + ## [1.1.2](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.2) - 2024-08-15 - Support instances in path-length extraction from gds [#468](https://github.com/gdsfactory/gplugins/pull/468) diff --git a/README.md b/README.md index c05b0537..45b949f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 1.1.2 +# gplugins 1.1.3 [![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 efef8721..8aed38e5 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "1.1.2" +__version__ = "1.1.3" import pathlib diff --git a/pyproject.toml b/pyproject.toml index 606e31fd..021110b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ license = {file = "LICENSE"} name = "gplugins" readme = "README.md" requires-python = ">=3.10" -version = "1.1.2" +version = "1.1.3" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -211,7 +211,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "1.1.2" +current = "1.1.3" regex = ''' (?P\d+) \.