From 7c572d77a078b9bfa619e4f527f3d410d94cdb90 Mon Sep 17 00:00:00 2001 From: Sebastian Goeldi Date: Tue, 29 Oct 2024 03:54:25 +0100 Subject: [PATCH] Bump to 0.21.6 --- README.md | 4 ++-- pyproject.toml | 4 ++-- src/kfactory/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 249de24f..d5f27693 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KFactory 0.21.5 +# KFactory 0.21.6 Kfactory is a [gdsfactory](https://github.com/gdsfactory/gdsfactory)-like tool. It is built with [KLayout](https://klayout.de) as a backend instead of gdstk, but aims to offer the similar features. @@ -7,7 +7,7 @@ Kfactory is a [gdsfactory](https://github.com/gdsfactory/gdsfactory)-like tool. > Expect API changes without notice (even though we try to keep it to a minimum!). The core should be fairly stable with the exception of the all-angle router. > It is likely to change in future releases -It is suggest to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==0.21.5` for example. +It is suggest to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==0.21.6` for example. Features similar to gdsfactory: diff --git a/pyproject.toml b/pyproject.toml index 5b4132ba..edc97ed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ requires-python = ">=3.10" -version = "0.21.5" +version = "0.21.6" authors = [ {name = "gdsfactory community", email = "contact@gdsfactory.com"}, ] @@ -147,7 +147,7 @@ convention = "google" # github_url = "https://github.com///" [tool.tbump.version] -current = "0.21.5" +current = "0.21.6" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/src/kfactory/__init__.py b/src/kfactory/__init__.py index 85a21754..6ac84c62 100644 --- a/src/kfactory/__init__.py +++ b/src/kfactory/__init__.py @@ -7,7 +7,7 @@ # The import order matters, we need to first import the important stuff. # isort:skip_file -__version__ = "0.21.5" +__version__ = "0.21.6" import klayout.db as kdb import klayout.lay as lay