From 98974e1286272b2cf33e84cb92a60a2445aed8d4 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 28 Feb 2024 17:54:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 2 +- nbproject/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 2baba0a..fdd4851 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🔇 Silence erroneous logging | [279](https://github.com/laminlabs/nbproject/pull/279) | [falexwolf](https://github.com/falexwolf) | 2024-02-27 | +🔇 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 🚸 Improve error message when empty notebook is passed | [275](https://github.com/laminlabs/nbproject/pull/275) | [Zethson](https://github.com/Zethson) | 2024-01-04 | 👷 Ruff and 3.11 | [276](https://github.com/laminlabs/nbproject/pull/276) | [Zethson](https://github.com/Zethson) | 2023-12-26 | diff --git a/nbproject/__init__.py b/nbproject/__init__.py index 306bca1..e5c6831 100644 --- a/nbproject/__init__.py +++ b/nbproject/__init__.py @@ -23,7 +23,7 @@ dev """ -__version__ = "0.10.0" +__version__ = "0.10.1" # init jupyter lab frontend immediately on import # nothing happens if this is not jupyter lab