Skip to content

Commit 98974e1

Browse files
committed
πŸ”– Release 0.10.1
1 parent 623912d commit 98974e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ždocs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- prettier-ignore -->
44
Name | PR | Developer | Date | Version
55
--- | --- | --- | --- | ---
6-
πŸ”‡ Silence erroneous logging | [279](https://github.com/laminlabs/nbproject/pull/279) | [falexwolf](https://github.com/falexwolf) | 2024-02-27 |
6+
πŸ”‡ Silence erroneous logging | [279](https://github.com/laminlabs/nbproject/pull/279) | [falexwolf](https://github.com/falexwolf) | 2024-02-27 | 0.10.1
77
🚸 Init version at 1 | [277](https://github.com/laminlabs/nbproject/pull/277) | [falexwolf](https://github.com/falexwolf) | 2024-01-11 | 0.10.0
88
🚸 Improve error message when empty notebook is passed | [275](https://github.com/laminlabs/nbproject/pull/275) | [Zethson](https://github.com/Zethson) | 2024-01-04 |
99
πŸ‘· Ruff and 3.11 | [276](https://github.com/laminlabs/nbproject/pull/276) | [Zethson](https://github.com/Zethson) | 2023-12-26 |

β€Žnbproject/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
dev
2424
2525
"""
26-
__version__ = "0.10.0"
26+
__version__ = "0.10.1"
2727

2828
# init jupyter lab frontend immediately on import
2929
# nothing happens if this is not jupyter lab

0 commit comments

Comments
Β (0)