Skip to content

Commit

Permalink
Bump to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Aug 31, 2023
1 parent da5c1e3 commit 13f6120
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.1.6](https://github.com/gdsfactory/kweb/tree/1.1.6) - 2023-09-01


### Added

- Added better button wrapping in the canvas


### Fixed

- Fixed overflow behavior of cell/layer-list [#33](https://github.com/gdsfactory/kweb/issues/33)
- Fixed websocket crash when height or width == 0


## [1.1.5](https://github.com/gdsfactory/kweb/tree/1.1.5) - 2023-08-31


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kweb 1.1.5
# kweb 1.1.6

KLayout Web Viewer ![demo](docs/_static/kweb.png)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/+7d0428df.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+dba813ae.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/33.fixed.md

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
"Operating System :: OS Independent",
]
requires-python = ">=3.10"
version = "1.1.5"
version = "1.1.6"
authors = [
{name = "gdsfactory community", email = "contact@gdsfactory.com"},
]
Expand Down Expand Up @@ -119,7 +119,7 @@ norecursedirs = ["extra/*.py"]
# github_url = "https://github.com/<user or organization>/<project>/"

[tool.tbump.version]
current = "1.1.5"
current = "1.1.6"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion src/kweb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.5"
__version__ = "1.1.6"

0 comments on commit 13f6120

Please sign in to comment.