Skip to content

Commit

Permalink
Bump version to 0.3.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Jan 13, 2025
1 parent a3e5533 commit 5d2b2c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
)
Expand Down
4 changes: 3 additions & 1 deletion js/jupyterlab-slideshow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

# `jupyterlab-slideshow`
# jupyterlab-slideshow

<!-- | docs | install | extend | demo | ci |
| :-----------------: | :-----------------------------------------------: | :-----------------: | :-------------------------------------------------: | :-----------------------------------------------------------------------: |
Expand Down Expand Up @@ -35,6 +35,8 @@

> Lightweight presentations for JupyterLab
Fork of <https://github.com/deathbeds/jupyterlab-deck>

---

## Installing
Expand Down
2 changes: 1 addition & 1 deletion js/jupyterlab-slideshow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-slideshow",
"version": "0.3.0",
"version": "0.3.1",
"description": "Lightweight presentations for JupyterLab",
"license": "BSD-3-Clause",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "jupyterlab-slideshow"
version = "0.3.0"
version = "0.3.1"
readme = "README.md"
classifiers = [
"Framework :: Jupyter :: JupyterLab :: 3",
Expand Down

0 comments on commit 5d2b2c2

Please sign in to comment.