Skip to content

Commit

Permalink
Publish 4.0.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

nbdime-4.0.2-py3-none-any.whl: e5a43aca669c576c66e757071c0e882de05ac305311d79aded99bfb5a3e9419e

nbdime-4.0.2.tar.gz: d8279f8f4b236c0b253b20d60c4831bb67843ed8dbd6e09f234eb011d36f1bf2

nbdime-7.0.2.tgz: b8668ab0a646f6c3c1ff8f2077cf79316eb98008936dabfc010a2c298ff548d7

nbdime-jupyterlab-3.0.2.tgz: 9ac6496fe448b31ed19766d6200e7a0fe77b7dedeef3824a27b421b0b9ece0d3
  • Loading branch information
krassowski committed Sep 5, 2024
1 parent cafe00c commit 458beeb
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 13 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## 4.0.2

([Full Changelog](https://github.com/jupyter/nbdime/compare/4.0.1...cafe00c44746cb9831ea2052a7666b898f36fae8))

### Bugs fixed

- Allow unauthenticated access to jupyter server [#761](https://github.com/jupyter/nbdime/pull/761) ([@krassowski](https://github.com/krassowski))

### Maintenance and upkeep improvements

- Update release scripts to use trusted publisher [#768](https://github.com/jupyter/nbdime/pull/768) ([@krassowski](https://github.com/krassowski))
- Bump express and verdaccio [#765](https://github.com/jupyter/nbdime/pull/765) ([@dependabot](https://github.com/dependabot))
- Bump braces from 3.0.2 to 3.0.3 [#764](https://github.com/jupyter/nbdime/pull/764) ([@dependabot](https://github.com/dependabot))
- Bump ejs from 3.1.9 to 3.1.10 [#763](https://github.com/jupyter/nbdime/pull/763) ([@dependabot](https://github.com/dependabot))
- Bump webpack from 5.86.0 to 5.94.0 [#762](https://github.com/jupyter/nbdime/pull/762) ([@dependabot](https://github.com/dependabot))
- Bump axios to version 1.7.4 [#760](https://github.com/jupyter/nbdime/pull/760) ([@tiltingpenguin](https://github.com/tiltingpenguin))
- Update integration tests workflow [#758](https://github.com/jupyter/nbdime/pull/758) ([@krassowski](https://github.com/krassowski))
- Bump follow-redirects from 1.15.3 to 1.15.6 [#750](https://github.com/jupyter/nbdime/pull/750) ([@dependabot](https://github.com/dependabot))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbdime/graphs/contributors?from=2023-11-21&to=2024-09-05&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 4.0.1

([Full Changelog](https://github.com/jupyter/nbdime/compare/4.0.0...89548a7f688c31d86138371eb610c74e4810486a))
Expand All @@ -16,8 +43,6 @@

[@fcollonval](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Afcollonval+updated%3A2023-11-20..2023-11-21&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 4.0.0

([Full Changelog](https://github.com/jupyter/nbdime/compare/3.2.1...d02956e0e24a0e00160ca912f90261858528a39b))
Expand Down
2 changes: 1 addition & 1 deletion nbdime/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

__version__ = "4.0.1"
__version__ = "4.0.2"

parser = re.compile(
r"^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<micro>\d+)((?P<releaselevel>[A-z]+)(?P<serial>\d+))?$"
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbdime-jupyterlab",
"version": "3.0.1",
"version": "3.0.2",
"description": "A JupyterLab extension for showing Notebook diffs.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
"@lumino/widgets": "^2.3.0",
"nbdime": "^7.0.1"
"nbdime": "^7.0.2"
},
"devDependencies": {
"@jupyterlab/application": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nbdime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbdime",
"version": "7.0.1",
"version": "7.0.2",
"description": "Diff and merge of Jupyter Notebooks",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbdime-webapp",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"license": "BSD-3-Clause",
"main": "static/nbdime.js",
Expand All @@ -27,7 +27,7 @@
"@lumino/widgets": "^2.0.0",
"alertify.js": "^1.0.12",
"file-saver": "^2.0.1",
"nbdime": "^7.0.1"
"nbdime": "^7.0.2"
},
"devDependencies": {
"@types/file-saver": "^2.0.0",
Expand Down

0 comments on commit 458beeb

Please sign in to comment.