Skip to content

Commit f8f892a

Browse files
committed
Publish 1.3.2
SHA256 hashes: nbclassic-1.3.2-py3-none-any.whl: d9bd4309d0c40d0fdde3f5bf624d7f7d427a4edd3a8b19d8074b366035abee9f nbclassic-1.3.2.tar.gz: ea5ca1aeab6a609744a5cd5571554e415d6ba568a2e7068491ad90861cd77f68
1 parent 4d36b0b commit f8f892a

File tree

4 files changed

+44
-6
lines changed

4 files changed

+44
-6
lines changed

CHANGELOG.md

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

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

5+
## 1.3.2
6+
7+
([Full Changelog](https://github.com/jupyter/nbclassic/compare/v1.3.1...4d36b0b201c4692100243f943a24dbff132d42c6))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Bump actions/create-github-app-token from 2.1.0 to 2.1.1 [#369](https://github.com/jupyter/nbclassic/pull/369) ([@dependabot](https://github.com/dependabot))
12+
- Bump actions/checkout from 4.2.2 to 5.0.0 [#368](https://github.com/jupyter/nbclassic/pull/368) ([@dependabot](https://github.com/dependabot))
13+
- Bump actions/download-artifact from 4.3.0 to 5.0.0 [#367](https://github.com/jupyter/nbclassic/pull/367) ([@dependabot](https://github.com/dependabot))
14+
- Bump actions/create-github-app-token from 2.0.6 to 2.1.0 [#366](https://github.com/jupyter/nbclassic/pull/366) ([@dependabot](https://github.com/dependabot))
15+
- Bump actions/cache from 4.2.3 to 4.2.4 [#365](https://github.com/jupyter/nbclassic/pull/365) ([@dependabot](https://github.com/dependabot))
16+
- Migrate google-caja to npm [#364](https://github.com/jupyter/nbclassic/pull/364) ([@RRosio](https://github.com/RRosio))
17+
- Migrate react and react-dom to npm [#363](https://github.com/jupyter/nbclassic/pull/363) ([@RRosio](https://github.com/RRosio))
18+
- Migrate codemirror to npm [#362](https://github.com/jupyter/nbclassic/pull/362) ([@RRosio](https://github.com/RRosio))
19+
- Migrate requirejs dependencies to npm [#361](https://github.com/jupyter/nbclassic/pull/361) ([@RRosio](https://github.com/RRosio))
20+
- Migrate es6-promise [#359](https://github.com/jupyter/nbclassic/pull/359) ([@RRosio](https://github.com/RRosio))
21+
- Migrate marked to npm [#358](https://github.com/jupyter/nbclassic/pull/358) ([@RRosio](https://github.com/RRosio))
22+
- Fix jquery npm migration [#357](https://github.com/jupyter/nbclassic/pull/357) ([@RRosio](https://github.com/RRosio))
23+
- Migrate MathJax to npm [#356](https://github.com/jupyter/nbclassic/pull/356) ([@RRosio](https://github.com/RRosio))
24+
- Migration of jquery, jquery-ui and jquery-typeahead to npm [#355](https://github.com/jupyter/nbclassic/pull/355) ([@RRosio](https://github.com/RRosio))
25+
- Partial migration of JS dependencies to npm [#354](https://github.com/jupyter/nbclassic/pull/354) ([@RRosio](https://github.com/RRosio))
26+
- Migrate font-awesome dependency to npm [#351](https://github.com/jupyter/nbclassic/pull/351) ([@RRosio](https://github.com/RRosio))
27+
- Bump pandoc/actions from 1.1.0 to 1.1.1 [#350](https://github.com/jupyter/nbclassic/pull/350) ([@dependabot](https://github.com/dependabot))
28+
- Bump jupyter-server/jupyter_releaser from 45ee32c387085d5f1df41da443ade8b952a9dac6 to 6accaa3c07b69acaa1e14e00ba138133d8cbe879 [#349](https://github.com/jupyter/nbclassic/pull/349) ([@dependabot](https://github.com/dependabot))
29+
- Bump jupyterlab/maintainer-tools from 0.28.0 to 0.28.1 [#348](https://github.com/jupyter/nbclassic/pull/348) ([@dependabot](https://github.com/dependabot))
30+
- Bump actions/setup-python from 5.3.0 to 5.6.0 [#347](https://github.com/jupyter/nbclassic/pull/347) ([@dependabot](https://github.com/dependabot))
31+
- Improve GitHub Action security [#345](https://github.com/jupyter/nbclassic/pull/345) ([@danyeaw](https://github.com/danyeaw))
32+
33+
### Documentation improvements
34+
35+
- Update release process in to steps [#344](https://github.com/jupyter/nbclassic/pull/344) ([@danyeaw](https://github.com/danyeaw))
36+
37+
### Contributors to this release
38+
39+
([GitHub contributors page for this release](https://github.com/jupyter/nbclassic/graphs/contributors?from=2025-05-06&to=2025-09-04&type=c))
40+
41+
[@danyeaw](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Adanyeaw+updated%3A2025-05-06..2025-09-04&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Adependabot+updated%3A2025-05-06..2025-09-04&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3ARRosio+updated%3A2025-05-06..2025-09-04&type=Issues)
42+
43+
<!-- <END NEW CHANGELOG ENTRY> -->
44+
545
## 1.3.1
646

747
([Full Changelog](https://github.com/jupyter/nbclassic/compare/v1.3.0...ce70ed4c9272b93b91067287396287a03fb43e90))
@@ -27,8 +67,6 @@
2767

2868
[@danyeaw](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Adanyeaw+updated%3A2025-04-24..2025-05-06&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3ARRosio+updated%3A2025-04-24..2025-05-06&type=Issues)
2969

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3270
## 1.3.0
3371

3472
([Full Changelog](https://github.com/jupyter/nbclassic/compare/v1.2.0...5d1cf0221a03898907cf5f1576e87041fffc76c0))

nbclassic/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
# Version string must appear intact for tbump versioning
8-
__version__ = '1.3.2.dev0'
8+
__version__ = '1.3.2'
99

1010
# Build up version_info tuple for backwards compatibility
1111
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

nbclassic/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define(function(){
7373
// tree
7474
jglobal('SessionList','tree/js/sessionlist');
7575

76-
Jupyter.version = "1.3.2.dev0";
76+
Jupyter.version = "1.3.2";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99

1010
[project]
1111
name = "nbclassic"
12-
version = "1.3.2.dev0"
12+
version = "1.3.2"
1313

1414
description = "Jupyter Notebook as a Jupyter Server extension."
1515
readme = "README.md"
@@ -241,7 +241,7 @@ field = [
241241
]
242242

243243
[tool.tbump.version]
244-
current = "1.3.2.dev0"
244+
current = "1.3.2"
245245
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
246246

247247
[tool.tbump.git]

0 commit comments

Comments
 (0)