Skip to content

Commit daa76d5

Browse files
committed
Bump to 1.1.3
1 parent 907ff68 commit daa76d5

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+
## [1.1.3](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.3) - 2024-11-15
8+
9+
No significant changes.
10+
11+
712
## [1.1.2](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.2) - 2024-08-15
813

914
- Support instances in path-length extraction from gds [#468](https://github.com/gdsfactory/gplugins/pull/468)

README.md

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

55
import pathlib
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ license = {file = "LICENSE"}
3535
name = "gplugins"
3636
readme = "README.md"
3737
requires-python = ">=3.10"
38-
version = "1.1.2"
38+
version = "1.1.3"
3939

4040
[project.optional-dependencies]
4141
dagster = ["dagster", "dagit"]
@@ -211,7 +211,7 @@ message_template = "Bump to {new_version}"
211211
tag_template = "v{new_version}"
212212

213213
[tool.tbump.version]
214-
current = "1.1.2"
214+
current = "1.1.3"
215215
regex = '''
216216
(?P<major>\d+)
217217
\.

0 commit comments

Comments
 (0)