Skip to content

Commit 5d2b2c2

Browse files
authored
Bump version to 0.3.1 (#20)
1 parent a3e5533 commit 5d2b2c2

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### `0.3.1`
4+
5+
- [#16](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/16) Rename npm package
6+
37
### `0.3.0`
48

59
- [#9](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/9) Fix CI installation

dodo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
class C:
2626
NPM_NAME = "jupyterlab-slideshow"
27-
OLD_VERSION = "0.2.1"
28-
VERSION = "0.3.0"
27+
OLD_VERSION = "0.3.0"
28+
VERSION = "0.3.1"
2929
JS_VERSION = (
3030
VERSION.replace("a", "-alpha.").replace("b", "-beta.").replace("rc", "-rc.")
3131
)

js/jupyterlab-slideshow/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
# `jupyterlab-slideshow`
5+
# jupyterlab-slideshow
66

77
<!-- | docs | install | extend | demo | ci |
88
| :-----------------: | :-----------------------------------------------: | :-----------------: | :-------------------------------------------------: | :-----------------------------------------------------------------------: |
@@ -35,6 +35,8 @@
3535

3636
> Lightweight presentations for JupyterLab
3737
38+
Fork of <https://github.com/deathbeds/jupyterlab-deck>
39+
3840
---
3941

4042
## Installing

js/jupyterlab-slideshow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-slideshow",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Lightweight presentations for JupyterLab",
55
"license": "BSD-3-Clause",
66
"author": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "jupyterlab-slideshow"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
readme = "README.md"
99
classifiers = [
1010
"Framework :: Jupyter :: JupyterLab :: 3",

0 commit comments

Comments
 (0)