Skip to content

Commit 13318d0

Browse files
committed
Bump to 0.8.5
1 parent cc961ca commit 13318d0

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

.changelog.d/164.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.5](https://github.com/gdsfactory/gplugins/releases/tag/v0.8.5) - 2023-10-09
8+
9+
10+
### Added
11+
12+
- added towncrier [#164](https://github.com/gdsfactory/gplugins/issues/164)
13+
14+
715
## [0.8.4](https://github.com/gdsfactory/kfactory/releases/v0.8.4) - 2023-09-27
816

917
- added towncrier [#164](https://github.com/gdsfactory/gplugins/issues/164)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gplugins 0.8.4
1+
# gplugins 0.8.5
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.4"
3+
__version__ = "0.8.5"
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.4"
26+
version = "0.8.5"
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.4",
63+
"femwell>=0.1.6,<0.8.5",
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.4"
219+
current = "0.8.5"
220220
regex = '''
221221
(?P<major>\d+)
222222
\.

0 commit comments

Comments
 (0)