Skip to content

Commit 8204c88

Browse files
committed
Bump to 1.3.0
1 parent 1470d97 commit 8204c88

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
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+
## [1.3.0](https://github.com/gdsfactory/gplugins/releases/tag/v1.3.0) - 2025-02-20
8+
9+
No significant changes.
10+
11+
712
## [1.2.4](https://github.com/gdsfactory/gplugins/releases/tag/v1.2.4) - 2025-01-11
813

914

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gplugins 1.2.4
1+
# gplugins 1.3.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.2.4"
3+
__version__ = "1.3.0"
44

55
import pathlib
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = {file = "LICENSE"}
1919
name = "gplugins"
2020
readme = "README.md"
2121
requires-python = ">=3.11"
22-
version = "1.2.4"
22+
version = "1.3.0"
2323

2424
[project.optional-dependencies]
2525
dev = [
@@ -191,7 +191,7 @@ message_template = "Bump to {new_version}"
191191
tag_template = "v{new_version}"
192192

193193
[tool.tbump.version]
194-
current = "1.2.4"
194+
current = "1.3.0"
195195
regex = '''
196196
(?P<major>\d+)
197197
\.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)