Skip to content

Commit

Permalink
Bump to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jun 29, 2024
1 parent fce4aec commit d56b1db
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 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 -->

## [0.12.1](https://github.com/gdsfactory/skywater130/releases/tag/v0.12.1) - 2024-06-29

No significant changes.


## [0.12.0](https://github.com/gdsfactory/skywater130/releases/tag/v0.12.0) - 2024-06-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 @@
# sky130 gdsfactory PDK 0.12.0
# sky130 gdsfactory PDK 0.12.1

[![pypi](https://img.shields.io/pypi/v/sky130)](https://pypi.org/project/sky130/)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ license = {file = "LICENSE"}
name = "sky130"
readme = "README.md"
requires-python = ">=3.10"
version = "0.12.0"
version = "0.12.1"

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

[tool.tbump.version]
current = "0.12.0"
current = "0.12.1"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion sky130/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from sky130.layers import LAYER, LAYER_STACK, LAYER_VIEWS
from sky130.tech import cross_sections

__version__ = "0.12.0"
__version__ = "0.12.1"

gf.CONF.allow_layer_mismatch = True
gf.CONF.allow_width_mismatch = True
Expand Down
2 changes: 1 addition & 1 deletion sky130/klayout/grain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>sky130</name>
<token/>
<hidden>false</hidden>
<version>0.12.0</version>
<version>0.12.1</version>
<api-version/>
<title>sky130</title>
<doc>Skywater 130nm libraries</doc>
Expand Down
2 changes: 1 addition & 1 deletion sky130/klayout/pymacros/set_menus.lym
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<text>
import pya

__version__ = "0.12.0"
__version__ = "0.12.1"


def set_menu():
Expand Down

0 comments on commit d56b1db

Please sign in to comment.