Skip to content

Commit 208784d

Browse files
committed
Bump to 2.0.0
1 parent 8745ace commit 208784d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

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

7+
## [2.0.0](https://github.com/gdsfactory/gplugins/releases/tag/v2.0.0) - 2025-11-13
8+
9+
No significant changes.
10+
11+
712
## [1.4.2](https://github.com/gdsfactory/gplugins/releases/tag/v1.4.2) - 2025-08-13
813

914
- fix docs [#625](https://github.com/gdsfactory/gplugins/pull/625)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gplugins 1.4.2
1+
# gplugins 2.0.0
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__ = "1.4.2"
3+
__version__ = "2.0.0"
44

55
import pathlib
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = {file = "LICENSE"}
2525
name = "gplugins"
2626
readme = "README.md"
2727
requires-python = ">=3.11"
28-
version = "1.4.2"
28+
version = "2.0.0"
2929

3030
[project.optional-dependencies]
3131
dev = [
@@ -178,7 +178,7 @@ message_template = "Bump to {new_version}"
178178
tag_template = "v{new_version}"
179179

180180
[tool.tbump.version]
181-
current = "1.4.2"
181+
current = "2.0.0"
182182
regex = '''
183183
(?P<major>\d+)
184184
\.

0 commit comments

Comments
 (0)