Skip to content

Commit e5267a7

Browse files
committed
bump to 1.2.4
1 parent a4f712a commit e5267a7

File tree

5 files changed

+35
-30
lines changed

5 files changed

+35
-30
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.2.4](https://github.com/gdsfactory/gplugins/releases/tag/v1.2.4) - 2025-01-11
8+
9+
No significant changes.
10+
11+
712
## [1.2.3](https://github.com/gdsfactory/gplugins/releases/tag/v1.2.3) - 2024-12-25
813

914
No significant changes.

README.md

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

55
import pathlib
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license = {file = "LICENSE"}
3232
name = "gplugins"
3333
readme = "README.md"
3434
requires-python = ">=3.10"
35-
version = "1.2.3"
35+
version = "1.2.4"
3636

3737
[project.optional-dependencies]
3838
dagster = ["dagster", "dagit"]
@@ -238,7 +238,7 @@ message_template = "Bump to {new_version}"
238238
tag_template = "v{new_version}"
239239

240240
[tool.tbump.version]
241-
current = "1.2.3"
241+
current = "1.2.4"
242242
regex = '''
243243
(?P<major>\d+)
244244
\.

uv.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)