Skip to content

Commit 61ea878

Browse files
committed
Bump to 0.8.4
1 parent 42b242d commit 61ea878

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
<!-- towncrier release notes start -->
66

7+
## [0.8.4](https://github.com/gdsfactory/kfactory/releases/v0.8.4) - 2023-09-27
8+
9+
10+
### Added
11+
12+
- added towncrier [#164](https://github.com/gdsfactory/kfactory/issues/164)
13+
14+
715
## [0.8.2](https://github.com/gdsfactory/gplugins/compare/v0.8.1...v0.8.2
816

917
- compatible with latest gdsfactory [PR](https://github.com/gdsfactory/gplugins/pull/163)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gplugins 0.8.3
1+
# gplugins 0.8.4
22

33
[![docs](https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gplugins/)
44
[![PyPI](https://img.shields.io/pypi/v/gplugins)](https://pypi.org/project/gplugins/)

gplugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""gplugins - gdsfactory plugins"""
22

3-
__version__ = "0.8.3"
3+
__version__ = "0.8.4"
44

55
from gplugins.common.utils import plot, port_symmetries
66
from gplugins.common.utils.get_effective_indices import get_effective_indices

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = {file = "LICENSE"}
2323
name = "gplugins"
2424
readme = "README.md"
2525
requires-python = ">=3.10"
26-
version = "0.8.3"
26+
version = "0.8.4"
2727

2828
[project.optional-dependencies]
2929
dagster = ["dagster", "dagit"]
@@ -60,7 +60,7 @@ docs = [
6060
"pyvista[jupyter]<=0.40"
6161
]
6262
femwell = [
63-
"femwell>=0.1.6,<0.8.3",
63+
"femwell>=0.1.6,<0.8.4",
6464
"meshwell>=1.0.0,<1.1.0"
6565
]
6666
gmsh = [
@@ -216,7 +216,7 @@ message_template = "Bump to {new_version}"
216216
tag_template = "v{new_version}"
217217

218218
[tool.tbump.version]
219-
current = "0.8.3"
219+
current = "0.8.4"
220220
regex = '''
221221
(?P<major>\d+)
222222
\.

0 commit comments

Comments
 (0)