Skip to content

Commit d16032d

Browse files
committed
Publish 4.0.3
SHA256 hashes: nbdime-4.0.3-py3-none-any.whl: 28bec44cb3d67356e1156b9a948c4045aa123a5d5d83c26ca1801b380c4258e8 nbdime-4.0.3.tar.gz: 62ab50a758282523c4501144b9f314221dbbaed0403c12fd70f6a4fcc532ec24 nbdime-7.0.3.tgz: 23e52637cdf59252dc960848aee8bdf5dfdf1662ea1435bae38a11bb35f508f2 nbdime-jupyterlab-3.0.3.tgz: fe7abc3ac4580417f37fd5d6a86a066b282f207f9891dfce0e36e1ef8048f471
1 parent 33f8af2 commit d16032d

File tree

6 files changed

+40
-13
lines changed

6 files changed

+40
-13
lines changed

CHANGELOG.md

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

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

5+
## 4.0.3
6+
7+
([Full Changelog](https://github.com/jupyter/nbdime/compare/nbdime-jupyterlab@3.0.2...33f8af222008a363aa5af52074d9d642909d8845))
8+
9+
### Bugs fixed
10+
11+
- Use `serverSettings` for API requests [#793](https://github.com/jupyter/nbdime/pull/793) ([@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Update snapshots bot checkout and permission check [#795](https://github.com/jupyter/nbdime/pull/795) ([@martinRenou](https://github.com/martinRenou), [@krassowski](https://github.com/krassowski))
16+
- Fix CI [#794](https://github.com/jupyter/nbdime/pull/794) ([@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski))
17+
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows [#767](https://github.com/jupyter/nbdime/pull/767) ([@Carreau](https://github.com/Carreau))
18+
19+
### Other merged PRs
20+
21+
- master -> main [#789](https://github.com/jupyter/nbdime/pull/789) ([@Carreau](https://github.com/Carreau))
22+
23+
### Contributors to this release
24+
25+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
26+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
27+
28+
([GitHub contributors page for this release](https://github.com/jupyter/nbdime/graphs/contributors?from=2024-09-05&to=2026-01-15&type=c))
29+
30+
@Carreau ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3ACarreau+updated%3A2024-09-05..2026-01-15&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Ajtpio+updated%3A2024-09-05..2026-01-15&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Akrassowski+updated%3A2024-09-05..2026-01-15&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3AmartinRenou+updated%3A2024-09-05..2026-01-15&type=Issues))
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 4.0.2
635

736
([Full Changelog](https://github.com/jupyter/nbdime/compare/4.0.1...cafe00c44746cb9831ea2052a7666b898f36fae8))
@@ -27,8 +56,6 @@
2756

2857
[@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Adependabot+updated%3A2023-11-21..2024-09-05&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Akrassowski+updated%3A2023-11-21..2024-09-05&type=Issues) | [@tiltingpenguin](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Atiltingpenguin+updated%3A2023-11-21..2024-09-05&type=Issues)
2958

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3259
## 4.0.1
3360

3461
([Full Changelog](https://github.com/jupyter/nbdime/compare/4.0.0...89548a7f688c31d86138371eb610c74e4810486a))

nbdime/_version.py

Lines changed: 1 addition & 1 deletion
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.2"
11+
__version__ = "4.0.3"
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

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/labextension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbdime-jupyterlab",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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.2"
61+
"nbdime": "^7.0.3"
6262
},
6363
"devDependencies": {
6464
"@jupyterlab/application": "^4.0.0",

packages/nbdime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbdime",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Diff and merge of Jupyter Notebooks",
55
"repository": {
66
"type": "git",

packages/webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbdime-webapp",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
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.2"
30+
"nbdime": "^7.0.3"
3131
},
3232
"devDependencies": {
3333
"@types/file-saver": "^2.0.0",

0 commit comments

Comments
 (0)