Skip to content

Commit

Permalink
🔖 Release 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed May 8, 2024
1 parent e392f65 commit ec0280f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- prettier-ignore -->
Name | PR | Developer | Date | Version
--- | --- | --- | --- | ---
⚡️ Warn instead of raising the exception when ipylab is not installed | [283](https://github.com/laminlabs/nbproject/pull/283) | [Koncopd](https://github.com/Koncopd) | 2024-05-08 |
⚡️ Warn instead of raising the exception when ipylab is not installed | [283](https://github.com/laminlabs/nbproject/pull/283) | [Koncopd](https://github.com/Koncopd) | 2024-05-08 | 0.10.3
♻️ Make ipylab an optional dependency | [282](https://github.com/laminlabs/nbproject/pull/282) | [falexwolf](https://github.com/falexwolf) | 2024-05-06 |
🔇 Silence erroneous logging | [279](https://github.com/laminlabs/nbproject/pull/279) | [falexwolf](https://github.com/falexwolf) | 2024-02-27 | 0.10.1
🚸 Init version at 1 | [277](https://github.com/laminlabs/nbproject/pull/277) | [falexwolf](https://github.com/falexwolf) | 2024-01-11 | 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion nbproject/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
dev
"""
__version__ = "0.10.2"
__version__ = "0.10.3"

from .dev._jupyter_lab_commands import _init_frontend

Expand Down

0 comments on commit ec0280f

Please sign in to comment.