Skip to content

Commit

Permalink
Bump to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Sep 4, 2024
1 parent 0fb5bb4 commit 948b471
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!-- towncrier release notes start -->

## [2.6.2](https://github.com/gdsfactory/ubc/releases/tag/v2.6.2) - 2024-09-04

No significant changes.


## [2.6.1](https://github.com/gdsfactory/ubc/releases/tag/v2.6.1) - 2024-07-27

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 @@
# ubcpdk (SiEPIC Ebeam PDK) 2.6.1
# ubcpdk (SiEPIC Ebeam PDK) 2.6.2

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gdsfactory/binder-sandbox/HEAD)
[![pypi](https://img.shields.io/pypi/v/ubcpdk)](https://pypi.org/project/ubcpdk/)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = {file = "LICENSE"}
name = "ubcpdk"
readme = "README.md"
requires-python = ">=3.11"
version = "2.6.1"
version = "2.6.2"

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

[tool.tbump.version]
current = "2.6.1"
current = "2.6.2"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion ubcpdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
models = {}


__version__ = "2.6.1"
__version__ = "2.6.2"

__all__ = [
"CONFIG",
Expand Down
2 changes: 1 addition & 1 deletion ubcpdk/klayout/tech/pymacros/set_menus.lym
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<text>
import pya

__version__ = "2.6.1"
__version__ = "2.6.2"


def set_menu():
Expand Down

0 comments on commit 948b471

Please sign in to comment.