diff --git a/CHANGELOG.md b/CHANGELOG.md index eafd3a37..85102b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.3.0](https://github.com/gdsfactory/gdsfactory/releases/tag/v2.3.0) - 2023-10-21 + +No significant changes. + + ## [2.2.2](https://github.com/gdsfactory/gdsfactory/releases/tag/v2.2.2) - 2023-10-02 No significant changes. diff --git a/README.md b/README.md index 8eec4437..00010287 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ubcpdk (SiEPIC Ebeam PDK) 2.2.2 +# ubcpdk (SiEPIC Ebeam PDK) 2.3.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 9be909db..2bd7609e 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.2.2" +version = "2.3.0" [project.optional-dependencies] dev = [ @@ -147,7 +147,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "2.2.2" +current = "2.3.0" regex = ''' (?P\d+) \. diff --git a/ubcpdk/__init__.py b/ubcpdk/__init__.py index 1e3fcfd6..75cd5b28 100644 --- a/ubcpdk/__init__.py +++ b/ubcpdk/__init__.py @@ -11,7 +11,7 @@ from ubcpdk.config import CONFIG, PATH, module from ubcpdk.tech import LAYER, LAYER_STACK, LAYER_VIEWS, cross_sections -__version__ = "2.2.2" +__version__ = "2.3.0" __all__ = [ "CONFIG", diff --git a/ubcpdk/klayout/tech/pymacros/set_menus.lym b/ubcpdk/klayout/tech/pymacros/set_menus.lym index 57013d3f..e77dbd97 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.2.2" +__version__ = "2.3.0" def set_menu():