Skip to content

Commit

Permalink
Merge pull request #39 from waldiez/dev
Browse files Browse the repository at this point in the history
bump to 0.1.15
  • Loading branch information
lazToum authored Dec 3, 2024
2 parents d18ba53 + 7902491 commit 6f6e1b4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [unreleased]

## v0.1.15

- Updated waldiez to v0.1.13

## v0.1.14

- Updated @waldiez/react to v0.16
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldiez/jupyter",
"version": "0.1.14",
"version": "0.1.15",
"description": "A Waldiez JupyterLab extension.",
"keywords": [
"waldiez",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
dependencies = [
"jupyter_server>=2.0.1,<3",
"pathvalidate==3.2.1",
"waldiez==0.1.12",
"waldiez==0.1.13",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ types-pyyaml==6.0.12.20240917
# via waldiez-jupyter (pyproject.toml)
types-toml==0.10.8.20240310
# via waldiez-jupyter (pyproject.toml)
waldiez==0.1.12
waldiez==0.1.13
# via waldiez-jupyter (pyproject.toml)
yamllint==1.35.1
# via waldiez-jupyter (pyproject.toml)
2 changes: 1 addition & 1 deletion requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ urllib3==2.2.2
# via
# docker
# requests
waldiez==0.1.12
waldiez==0.1.13
# via waldiez-jupyter (pyproject.toml)
webcolors==24.8.0
# via jsonschema
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ pytest-timeout==2.3.1
# via waldiez-jupyter (pyproject.toml)
pytest-xdist==3.6.1
# via waldiez-jupyter (pyproject.toml)
waldiez==0.1.12
waldiez==0.1.13
# via waldiez-jupyter (pyproject.toml)

0 comments on commit 6f6e1b4

Please sign in to comment.