From 69bfdc44e6954ca74144532f5cbef7e63176c2e4 Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Mon, 13 Jan 2025 11:25:19 +0100 Subject: [PATCH] Bump version to 0.3.1 --- CHANGELOG.md | 4 ++++ dodo.py | 4 ++-- js/jupyterlab-slideshow/README.md | 4 +++- js/jupyterlab-slideshow/package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dba12..5296172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### `0.3.1` + +- [#16](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/16) Rename npm package + ### `0.3.0` - [#9](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/9) Fix CI installation diff --git a/dodo.py b/dodo.py index ed3f769..778d2dd 100644 --- a/dodo.py +++ b/dodo.py @@ -24,8 +24,8 @@ class C: NPM_NAME = "jupyterlab-slideshow" - OLD_VERSION = "0.2.1" - VERSION = "0.3.0" + OLD_VERSION = "0.3.0" + VERSION = "0.3.1" JS_VERSION = ( VERSION.replace("a", "-alpha.").replace("b", "-beta.").replace("rc", "-rc.") ) diff --git a/js/jupyterlab-slideshow/README.md b/js/jupyterlab-slideshow/README.md index 48624b2..8f1878a 100644 --- a/js/jupyterlab-slideshow/README.md +++ b/js/jupyterlab-slideshow/README.md @@ -2,7 +2,7 @@ --- -# `jupyterlab-slideshow` +# jupyterlab-slideshow