Skip to content

Commit

Permalink
Bump to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Aug 31, 2023
1 parent 662e893 commit 5f7bb2d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.5](https://github.com/gdsfactory/kweb/tree/1.1.5) - 2023-08-31


### Fixed

- Fixed jupyter module


# [CHANGELOG](https://keepachangelog.com/en/1.0.0/)

## 0.0.8
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.4
# kweb 1.1.5

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

Expand Down
1 change: 0 additions & 1 deletion changelog.d/+dba8ce0b.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.4"
version = "1.1.5"
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.4"
current = "1.1.5"

# 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.4"
__version__ = "1.1.5"

0 comments on commit 5f7bb2d

Please sign in to comment.