Skip to content

Commit 51cb963

Browse files
Bump to 0.23.2
1 parent 3b34338 commit 51cb963

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KFactory 0.23.1
1+
# KFactory 0.23.2
22

33
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.
44

@@ -7,7 +7,7 @@ Kfactory is a [gdsfactory](https://github.com/gdsfactory/gdsfactory)-like tool.
77
> 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.
88
> It is likely to change in future releases
99
10-
It is suggest to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==0.23.1` for example.
10+
It is suggest to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==0.23.2` for example.
1111

1212
Features similar to gdsfactory:
1313

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
requires-python = ">=3.10"
1616

1717

18-
version = "0.23.1"
18+
version = "0.23.2"
1919
authors = [
2020
{name = "gdsfactory community", email = "[email protected]"},
2121
]
@@ -147,7 +147,7 @@ convention = "google"
147147
# github_url = "https://github.com/<user or organization>/<project>/"
148148

149149
[tool.tbump.version]
150-
current = "0.23.1"
150+
current = "0.23.2"
151151

152152
# Example of a semver regexp.
153153
# Make sure this matches current_version before

Diff for: src/kfactory/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# The import order matters, we need to first import the important stuff.
88
# isort:skip_file
99

10-
__version__ = "0.23.1"
10+
__version__ = "0.23.2"
1111

1212
import klayout.db as kdb
1313
import klayout.lay as lay

0 commit comments

Comments
 (0)