From 55c65c0e7d712e7231af36c2ac9b767c0c4e5cf9 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Tue, 30 Jul 2024 22:20:20 -0700 Subject: [PATCH] Bump to 8.6.2 --- .devcontainer/Dockerfile | 2 +- .github/workflows/release.yml | 4 ++-- CHANGELOG.md | 5 +++++ README.md | 2 +- gdsfactory/config.py | 2 +- gdsfactory/generic_tech/klayout/grain.xml | 2 +- gdsfactory/generic_tech/klayout/pymacros/set_menus.lym | 2 +- notebooks/08_pdk.ipynb | 2 +- pyproject.toml | 4 ++-- 9 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2eeb428316..5265e73d06 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1 +1 @@ -FROM joamatab/gdsfactory:8.6.1 +FROM joamatab/gdsfactory:8.6.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d9f6fcf06..134e4bcea5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,14 +46,14 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory:latest,${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory:8.6.1 + tags: ${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory:latest,${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory:8.6.2 file: .devcontainer/Dockerfile.dev - name: Build and push minimal id: docker_build_minimal uses: docker/build-push-action@v6 with: push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory_minimal:latest,${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory_minimal:8.6.1 + tags: ${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory_minimal:latest,${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory_minimal:8.6.2 file: .devcontainer/Dockerfile.dev_minimal release_environment: diff --git a/CHANGELOG.md b/CHANGELOG.md index a40ce6de9d..5a9c9239a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ +## [8.6.2](https://github.com/gdsfactory/gdsfactory/releases/tag/v8.6.2) - 2024-07-30 + +No significant changes. + + ## [8.6.1](https://github.com/gdsfactory/gdsfactory/releases/tag/v8.6.1) - 2024-07-28 - Fix netlist names [#3053](https://github.com/gdsfactory/gdsfactory/pull/3053) diff --git a/README.md b/README.md index 516f08c074..f7e22cc360 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GDSFactory 8.6.1 +# GDSFactory 8.6.2 [![docs](https://github.com/gdsfactory/gdsfactory/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gdsfactory/) [![PyPI](https://img.shields.io/pypi/v/gdsfactory)](https://pypi.org/project/gdsfactory/) diff --git a/gdsfactory/config.py b/gdsfactory/config.py index 9868ea0cd2..4fac757274 100644 --- a/gdsfactory/config.py +++ b/gdsfactory/config.py @@ -17,7 +17,7 @@ if TYPE_CHECKING: pass -__version__ = "8.6.1" +__version__ = "8.6.2" PathType = str | pathlib.Path home = pathlib.Path.home() diff --git a/gdsfactory/generic_tech/klayout/grain.xml b/gdsfactory/generic_tech/klayout/grain.xml index e02717ee1e..728159f5c7 100644 --- a/gdsfactory/generic_tech/klayout/grain.xml +++ b/gdsfactory/generic_tech/klayout/grain.xml @@ -3,7 +3,7 @@ gdsfactory false - 8.6.1 + 8.6.2 gdsfactory EDA tool to layout integrated circuits diff --git a/gdsfactory/generic_tech/klayout/pymacros/set_menus.lym b/gdsfactory/generic_tech/klayout/pymacros/set_menus.lym index b96e8a1cac..82f47d0135 100644 --- a/gdsfactory/generic_tech/klayout/pymacros/set_menus.lym +++ b/gdsfactory/generic_tech/klayout/pymacros/set_menus.lym @@ -17,7 +17,7 @@ import pya -__version__ = "8.6.1" +__version__ = "8.6.2" def set_menu(): diff --git a/notebooks/08_pdk.ipynb b/notebooks/08_pdk.ipynb index 149a6328cc..218f5fc1ab 100644 --- a/notebooks/08_pdk.ipynb +++ b/notebooks/08_pdk.ipynb @@ -423,7 +423,7 @@ "\n", "gdsfactory is **not** backwards compatible, which means that the package will keep improving and evolving.\n", "\n", - "1. To make your work stable you should install a specific version and [pin the version](https://martin-thoma.com/python-requirements/) in your `requirements.txt` or `pyproject.toml` as `gdsfactory==8.6.1` replacing `8.6.1` by whatever version you end up using.\n", + "1. To make your work stable you should install a specific version and [pin the version](https://martin-thoma.com/python-requirements/) in your `requirements.txt` or `pyproject.toml` as `gdsfactory==8.6.2` replacing `8.6.2` by whatever version you end up using.\n", "2. Before you upgrade gdsfactory to a newer version make sure your tests pass to make sure that things behave as expected\n", "\n" ] diff --git a/pyproject.toml b/pyproject.toml index b131865464..e04978b5e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ license = {file = "LICENSE"} name = "gdsfactory" readme = "README.md" requires-python = ">=3.10" -version = "8.6.1" +version = "8.6.2" [project.optional-dependencies] cad = [ @@ -216,7 +216,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "8.6.1" +current = "8.6.2" regex = ''' (?P\d+) \.