From a27450cd41e14dd4abbcc1befaabbb9595a8c333 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Sat, 16 Jul 2022 16:07:55 +0200 Subject: [PATCH] :bookmark: Release version 0.3.0 --- 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 7dcb4c9..f1cd972 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | User | Date | Patch --- | --- | --- | --- | --- -♻️ Refactor `last_cell` check & `consecutiveness` check in `publish()` | [167](https://github.com/laminlabs/nbproject/pull/167) | [falexwolf](https://github.com/falexwolf) | 2022-07-16 | +♻️ Refactor `last_cell` check & `consecutiveness` check in `publish()` | [167](https://github.com/laminlabs/nbproject/pull/167) | [falexwolf](https://github.com/falexwolf) | 2022-07-16 | 0.3.0 🚚 Rename `integrity` to `consecutiveness` | [166](https://github.com/laminlabs/nbproject/pull/166) | [falexwolf](https://github.com/falexwolf) | 2022-07-16 | 🚸 Remove complexity of Jupyter Lab interaction | [164](https://github.com/laminlabs/nbproject/pull/164) | [falexwolf](https://github.com/falexwolf) | 2022-07-15 | 🚸 Indent JSON just as editors do | [163](https://github.com/laminlabs/nbproject/pull/163) | [falexwolf](https://github.com/falexwolf) | 2022-07-15 | diff --git a/nbproject/__init__.py b/nbproject/__init__.py index 2fedc52..f7526de 100644 --- a/nbproject/__init__.py +++ b/nbproject/__init__.py @@ -40,7 +40,7 @@ dev """ -__version__ = "0.2.3" +__version__ = "0.3.0" from . import dev from ._header import header # noqa