Skip to content

Commit a684afc

Browse files
authored
Bump version to 0.3.4 (#37)
1 parent 127113a commit a684afc

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.4`
4+
5+
- [#36](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/36) Fix the metadata key
6+
37
### `0.3.3`
48

59
- [#28](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/28) Bump serialize-javascript from 6.0.1 to 6.0.2

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.3.2"
28-
VERSION = "0.3.3"
27+
OLD_VERSION = "0.3.3"
28+
VERSION = "0.3.4"
2929
JS_VERSION = (
3030
VERSION.replace("a", "-alpha.").replace("b", "-beta.").replace("rc", "-rc.")
3131
)

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.3",
3+
"version": "0.3.4",
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.3"
7+
version = "0.3.4"
88
readme = "README.md"
99
classifiers = [
1010
"Framework :: Jupyter :: JupyterLab :: 3",

0 commit comments

Comments
 (0)