Skip to content

Commit 637d644

Browse files
committed
Publish 4.0.1
SHA256 hashes: jupyterlab-tour-4.0.1.tgz: b1e222987ac7f05edbaa9a1195e991c3d7f5724de46621bd555df9ea9fdc3bcf jupyterlab_tour-4.0.1-py3-none-any.whl: a1590e6b5e206ff29869ac2020833f61d74074bde2f6739515280a76511b3b54 jupyterlab_tour-4.0.1.tar.gz: 51d860f872775ce7d85dbfd215fbab1d2c79f5c0c1a902a1d46e4bb642090cbd
1 parent 3b3901e commit 637d644

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 4.0.1
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-tour/compare/v4.0.0...3b3901ec4136e42a6d5f28e4fd0bd9f6f2fab791))
8+
9+
### Bugs fixed
10+
11+
- Use existing server settings when creating the `ConfigSection` [#85](https://github.com/jupyterlab-contrib/jupyterlab-tour/pull/85) ([@jtpio](https://github.com/jtpio))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Bump ip from 2.0.0 to 2.0.1 [#84](https://github.com/jupyterlab-contrib/jupyterlab-tour/pull/84) ([@dependabot](https://github.com/dependabot))
16+
- Bump ip from 2.0.0 to 2.0.1 in /ui-tests [#83](https://github.com/jupyterlab-contrib/jupyterlab-tour/pull/83) ([@dependabot](https://github.com/dependabot))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-tour/graphs/contributors?from=2023-11-08&to=2024-02-29&type=c))
21+
22+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Adependabot+updated%3A2023-11-08..2024-02-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Agithub-actions+updated%3A2023-11-08..2024-02-29&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Ajtpio+updated%3A2023-11-08..2024-02-29&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 4.0.0
627

728
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-tour/compare/v3.1.4...fd7eecc2f6454a4ef504173ee818da4f4ee6bf69))
@@ -55,5 +76,3 @@
5576
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Afcollonval+updated%3A2021-10-31..2023-11-08&type=Issues)
5677
|
5778
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Agithub-actions+updated%3A2021-10-31..2023-11-08&type=Issues)
58-
59-
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-tour",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A JupyterLab UI Tour.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)