Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Aug 5, 2024
1 parent e38cb9c commit 7915694
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

<!-- towncrier release notes start -->

## [1.1.0](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.0) - 2024-08-05

No significant changes.


## [1.0.2](https://github.com/gdsfactory/gplugins/releases/tag/v1.0.2) - 2024-06-21

No significant changes.
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 1.0.2
# gplugins 1.1.0

[![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__ = "1.0.2"
__version__ = "1.1.0"

import pathlib

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ license = {file = "LICENSE"}
name = "gplugins"
readme = "README.md"
requires-python = ">=3.10"
version = "1.0.2"
version = "1.1.0"

[project.optional-dependencies]
dagster = ["dagster", "dagit"]
Expand All @@ -60,7 +60,7 @@ devsim = [
docs = [
"jupytext",
"matplotlib",
"jupyter-book==1.0.2",
"jupyter-book==1.1.0",
"pyvista[all,trame]<=0.43.8"
]
femwell = [
Expand Down Expand Up @@ -210,7 +210,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

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

0 comments on commit 7915694

Please sign in to comment.