Skip to content

Commit a0c5d1f

Browse files
committed
Bump to 1.1.1
1 parent ab0541b commit a0c5d1f

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

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.1](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.1) - 2024-08-13
8+
9+
No significant changes.
10+
11+
712
## [1.1.0](https://github.com/gdsfactory/gplugins/releases/tag/v1.1.0) - 2024-08-05
813

914
- Robust path length extraction [#453](https://github.com/gdsfactory/gplugins/pull/453)

README.md

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

55
import pathlib
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ license = {file = "LICENSE"}
3434
name = "gplugins"
3535
readme = "README.md"
3636
requires-python = ">=3.10"
37-
version = "1.1.0"
37+
version = "1.1.1"
3838

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

212212
[tool.tbump.version]
213-
current = "1.1.0"
213+
current = "1.1.1"
214214
regex = '''
215215
(?P<major>\d+)
216216
\.

0 commit comments

Comments
 (0)