Skip to content

Commit

Permalink
Bump to 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Oct 17, 2024
1 parent 0c2008c commit e12da8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KFactory 0.21.1
# KFactory 0.21.2

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.

Expand All @@ -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.1` for example.
It is suggest to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==0.21.2` for example.

Features similar to gdsfactory:

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
requires-python = ">=3.10"


version = "0.21.1"
version = "0.21.2"
authors = [
{name = "gdsfactory community", email = "contact@gdsfactory.com"},
]
Expand Down Expand Up @@ -147,7 +147,7 @@ convention = "google"
# github_url = "https://github.com/<user or organization>/<project>/"

[tool.tbump.version]
current = "0.21.1"
current = "0.21.2"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion src/kfactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# The import order matters, we need to first import the important stuff.
# isort:skip_file

__version__ = "0.21.1"
__version__ = "0.21.2"

import klayout.db as kdb
import klayout.lay as lay
Expand Down

0 comments on commit e12da8a

Please sign in to comment.