From 9cfadd861a037cb111b28855a21fe8b0da530940 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:30:50 -0400 Subject: [PATCH] Bump to 2.6.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- pyproject.toml | 4 ++-- ubcpdk/__init__.py | 2 +- ubcpdk/klayout/tech/pymacros/set_menus.lym | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e374272..cbc69850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## [2.6.0](https://github.com/gdsfactory/ubc/releases/tag/v2.6.0) - 2024-07-15 + +No significant changes. + + ## [2.5.0](https://github.com/gdsfactory/ubc/releases/tag/v2.5.0) - 2024-03-24 - Update gdsfactory to latest version 7.23 [#370](https://github.com/gdsfactory/ubc/pull/370) diff --git a/README.md b/README.md index 9fc3be6c..f82eea29 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ubcpdk (SiEPIC Ebeam PDK) 2.5.0 +# ubcpdk (SiEPIC Ebeam PDK) 2.6.0 [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gdsfactory/binder-sandbox/HEAD) [![pypi](https://img.shields.io/pypi/v/ubcpdk)](https://pypi.org/project/ubcpdk/) diff --git a/pyproject.toml b/pyproject.toml index 3ccc8123..7d52819f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = {file = "LICENSE"} name = "ubcpdk" readme = "README.md" requires-python = ">=3.10" -version = "2.5.0" +version = "2.6.0" [project.optional-dependencies] dev = [ @@ -130,7 +130,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "2.5.0" +current = "2.6.0" regex = ''' (?P\d+) \. diff --git a/ubcpdk/__init__.py b/ubcpdk/__init__.py index 6d324e6b..77d97772 100644 --- a/ubcpdk/__init__.py +++ b/ubcpdk/__init__.py @@ -19,7 +19,7 @@ models = {} -__version__ = "2.5.0" +__version__ = "2.6.0" __all__ = [ "CONFIG", diff --git a/ubcpdk/klayout/tech/pymacros/set_menus.lym b/ubcpdk/klayout/tech/pymacros/set_menus.lym index a6f662a5..ead9488a 100644 --- a/ubcpdk/klayout/tech/pymacros/set_menus.lym +++ b/ubcpdk/klayout/tech/pymacros/set_menus.lym @@ -17,7 +17,7 @@ import pya -__version__ = "2.5.0" +__version__ = "2.6.0" def set_menu():