Skip to content

Commit

Permalink
bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jan 11, 2025
1 parent a4f712a commit e5267a7
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 30 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.2.4](https://github.com/gdsfactory/gplugins/releases/tag/v1.2.4) - 2025-01-11

No significant changes.


## [1.2.3](https://github.com/gdsfactory/gplugins/releases/tag/v1.2.3) - 2024-12-25

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.2.3
# gplugins 1.2.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__ = "1.2.3"
__version__ = "1.2.4"

import pathlib

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ license = {file = "LICENSE"}
name = "gplugins"
readme = "README.md"
requires-python = ">=3.10"
version = "1.2.3"
version = "1.2.4"

[project.optional-dependencies]
dagster = ["dagster", "dagit"]
Expand Down Expand Up @@ -238,7 +238,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[tool.tbump.version]
current = "1.2.3"
current = "1.2.4"
regex = '''
(?P<major>\d+)
\.
Expand Down
52 changes: 26 additions & 26 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5267a7

Please sign in to comment.