Skip to content

Commit

Permalink
Bump to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Sep 27, 2023
1 parent 42b242d commit 61ea878
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

<!-- towncrier release notes start -->

## [0.8.4](https://github.com/gdsfactory/kfactory/releases/v0.8.4) - 2023-09-27


### Added

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


## [0.8.2](https://github.com/gdsfactory/gplugins/compare/v0.8.1...v0.8.2

- compatible with latest gdsfactory [PR](https://github.com/gdsfactory/gplugins/pull/163)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gplugins 0.8.3
# gplugins 0.8.4

[![docs](https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gplugins/)
[![PyPI](https://img.shields.io/pypi/v/gplugins)](https://pypi.org/project/gplugins/)
Expand Down
2 changes: 1 addition & 1 deletion gplugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""gplugins - gdsfactory plugins"""

__version__ = "0.8.3"
__version__ = "0.8.4"

from gplugins.common.utils import plot, port_symmetries
from gplugins.common.utils.get_effective_indices import get_effective_indices
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ license = {file = "LICENSE"}
name = "gplugins"
readme = "README.md"
requires-python = ">=3.10"
version = "0.8.3"
version = "0.8.4"

[project.optional-dependencies]
dagster = ["dagster", "dagit"]
Expand Down Expand Up @@ -60,7 +60,7 @@ docs = [
"pyvista[jupyter]<=0.40"
]
femwell = [
"femwell>=0.1.6,<0.8.3",
"femwell>=0.1.6,<0.8.4",
"meshwell>=1.0.0,<1.1.0"
]
gmsh = [
Expand Down Expand Up @@ -216,7 +216,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[tool.tbump.version]
current = "0.8.3"
current = "0.8.4"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 61ea878

Please sign in to comment.