Skip to content

Commit 9a02e0d

Browse files
committed
Publish 4.0.1
SHA256 hashes: nbdime-4.0.1-py3-none-any.whl: 82538e2b52e0834e9c07607e2dea27aceaaf7e8cf2269a4607c67ea9aa625404 nbdime-4.0.1.tar.gz: f1a760c0b00c1ba9b4945c16ce92577f393fb51d184f351b7685ba6e8502098e nbdime-7.0.1.tgz: 74674a8ad7ac854d037b875b50bd714eea8644b40bd5a12546ebdb35dff2f6ee nbdime-jupyterlab-3.0.1.tgz: 64bc1a8d72e4320c16cc2b1626278f81d9af6cb0dce0b137e43b24fedf5f9df1
1 parent 89548a7 commit 9a02e0d

File tree

6 files changed

+27
-13
lines changed

6 files changed

+27
-13
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 4.0.1
6+
7+
([Full Changelog](https://github.com/jupyter/nbdime/compare/4.0.0...89548a7f688c31d86138371eb610c74e4810486a))
8+
9+
### Bugs fixed
10+
11+
- Fix version parsing [#739](https://github.com/jupyter/nbdime/pull/739) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter/nbdime/graphs/contributors?from=2023-11-20&to=2023-11-21&type=c))
16+
17+
[@fcollonval](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Afcollonval+updated%3A2023-11-20..2023-11-21&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 4.0.0
622

723
([Full Changelog](https://github.com/jupyter/nbdime/compare/3.2.1...d02956e0e24a0e00160ca912f90261858528a39b))
@@ -67,8 +83,6 @@
6783

6884
[@agoose77](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Aagoose77+updated%3A2023-04-30..2023-11-20&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Adependabot+updated%3A2023-04-30..2023-11-20&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Afcollonval+updated%3A2023-04-30..2023-11-20&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Agithub-actions+updated%3A2023-04-30..2023-11-20&type=Issues) | [@HaudinFlorence](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3AHaudinFlorence+updated%3A2023-04-30..2023-11-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Ajtpio+updated%3A2023-04-30..2023-11-20&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Akrassowski+updated%3A2023-04-30..2023-11-20&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Aminrk+updated%3A2023-04-30..2023-11-20&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3ASylvainCorlay+updated%3A2023-04-30..2023-11-20&type=Issues) | [@vidartf](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Avidartf+updated%3A2023-04-30..2023-11-20&type=Issues)
6985

70-
<!-- <END NEW CHANGELOG ENTRY> -->
71-
7286
## 4.0.0rc1
7387

7488
([Full Changelog](https://github.com/jupyter/nbdime/compare/nbdime-jupyterlab@3.0.0-rc.1...d02956e0e24a0e00160ca912f90261858528a39b))

nbdime/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
_specifier_ = {"a": "alpha", "b": "beta", "rc": "candidate", "": "final"}
1010

11-
__version__ = "4.0.0"
11+
__version__ = "4.0.1"
1212

1313
parser = re.compile(
1414
r"^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<micro>\d+)((?P<releaselevel>[A-z]+)(?P<serial>\d+))?$"

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/labextension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbdime-jupyterlab",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A JupyterLab extension for showing Notebook diffs.",
55
"keywords": [
66
"jupyter",
@@ -58,7 +58,7 @@
5858
"@lumino/coreutils": "^2.1.2",
5959
"@lumino/disposable": "^2.1.2",
6060
"@lumino/widgets": "^2.3.0",
61-
"nbdime": "^7.0.0"
61+
"nbdime": "^7.0.1"
6262
},
6363
"devDependencies": {
6464
"@jupyterlab/application": "^4.0.0",

packages/nbdime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbdime",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Diff and merge of Jupyter Notebooks",
55
"repository": {
66
"type": "git",

packages/webapp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbdime-webapp",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"license": "BSD-3-Clause",
66
"main": "static/nbdime.js",
@@ -27,7 +27,7 @@
2727
"@lumino/widgets": "^2.0.0",
2828
"alertify.js": "^1.0.12",
2929
"file-saver": "^2.0.1",
30-
"nbdime": "^7.0.0"
30+
"nbdime": "^7.0.1"
3131
},
3232
"devDependencies": {
3333
"@types/file-saver": "^2.0.0",

0 commit comments

Comments
 (0)