Skip to content

Commit 6c99f0d

Browse files
committed
Publish 1.3.0
SHA256 hashes: nbclassic-1.3.0-py3-none-any.whl: 007e816187ed0ad5f165077ccfbcf60e271efe5949281b682e228436ff80afeb nbclassic-1.3.0.tar.gz: 1ae3b30a4d051332559b6d0eaba34c20ada51a73c95a7f35954c126e6a5c80fd
1 parent a2a0c48 commit 6c99f0d

File tree

4 files changed

+41
-5
lines changed

4 files changed

+41
-5
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 1.3.0rc0
5+
## 1.3.0
66

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

@@ -40,6 +40,42 @@
4040

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

43+
## 1.3.0rc0
44+
45+
([Full Changelog](https://github.com/jupyter/nbclassic/compare/v1.2.0...5d1cf0221a03898907cf5f1576e87041fffc76c0))
46+
47+
### Enhancements made
48+
49+
- Improve build performance through improving artifact patterns [#317](https://github.com/jupyter/nbclassic/pull/317) ([@danyeaw](https://github.com/danyeaw))
50+
- Save as improvements [#267](https://github.com/jupyter/nbclassic/pull/267) ([@andrewfulton9](https://github.com/andrewfulton9))
51+
52+
### Maintenance and upkeep improvements
53+
54+
- Upload release artifacts on push [#332](https://github.com/jupyter/nbclassic/pull/332) ([@RRosio](https://github.com/RRosio))
55+
- Add Release workflows [#331](https://github.com/jupyter/nbclassic/pull/331) ([@RRosio](https://github.com/RRosio))
56+
- Fix set-output deprecation warnings [#330](https://github.com/jupyter/nbclassic/pull/330) ([@RRosio](https://github.com/RRosio))
57+
- Update JavaScript dependencies [#329](https://github.com/jupyter/nbclassic/pull/329) ([@danyeaw](https://github.com/danyeaw))
58+
- Drop support for Python 3.8, Test with 3.12 and 3.13 [#327](https://github.com/jupyter/nbclassic/pull/327) ([@danyeaw](https://github.com/danyeaw))
59+
- Automatically cancel concurrent workflows [#326](https://github.com/jupyter/nbclassic/pull/326) ([@danyeaw](https://github.com/danyeaw))
60+
- Initial migration from Bower to Yarn [#323](https://github.com/jupyter/nbclassic/pull/323) ([@danyeaw](https://github.com/danyeaw))
61+
- Fix CI `Check Release` job with deprecated action use [#322](https://github.com/jupyter/nbclassic/pull/322) ([@RRosio](https://github.com/RRosio))
62+
- Update JQuery, Bootstrap, Underscore, Backbone, and requirejs-text [#321](https://github.com/jupyter/nbclassic/pull/321) ([@danyeaw](https://github.com/danyeaw))
63+
- Restore usage of flake8 and add to CI [#316](https://github.com/jupyter/nbclassic/pull/316) ([@danyeaw](https://github.com/danyeaw))
64+
- Migrate from setup.py to pyproject.toml [#315](https://github.com/jupyter/nbclassic/pull/315) ([@danyeaw](https://github.com/danyeaw))
65+
- Update macos action runner image to macos-13 [#311](https://github.com/jupyter/nbclassic/pull/311) ([@RRosio](https://github.com/RRosio))
66+
- Remove use of deprecated distutils [#310](https://github.com/jupyter/nbclassic/pull/310) ([@danyeaw](https://github.com/danyeaw))
67+
68+
### Documentation improvements
69+
70+
- Improve JS Test Docs for macOS and Fix Flaky Test [#320](https://github.com/jupyter/nbclassic/pull/320) ([@danyeaw](https://github.com/danyeaw))
71+
- Fix documentation title formatting [#319](https://github.com/jupyter/nbclassic/pull/319) ([@danyeaw](https://github.com/danyeaw))
72+
73+
### Contributors to this release
74+
75+
([GitHub contributors page for this release](https://github.com/jupyter/nbclassic/graphs/contributors?from=2025-01-15&to=2025-04-24&type=c))
76+
77+
[@andrewfulton9](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Aandrewfulton9+updated%3A2025-01-15..2025-04-24&type=Issues) | [@danyeaw](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Adanyeaw+updated%3A2025-01-15..2025-04-24&type=Issues) | [@peytondmurray](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Apeytondmurray+updated%3A2025-01-15..2025-04-24&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3ARRosio+updated%3A2025-01-15..2025-04-24&type=Issues)
78+
4379
## 1.2.0
4480

4581
([Full Changelog](https://github.com/jupyter/nbclassic/compare/v1.1.0...9ae4cb137ea46c9a29cdcf56032dae624f6ff8d8))

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.0.dev1'
8+
__version__ = '1.3.0'
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.0.dev1";
76+
Jupyter.version = "1.3.0";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

pyproject.toml

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

1111
[project]
1212
name = "nbclassic"
13-
version = "1.3.0.dev1"
13+
version = "1.3.0"
1414

1515
description = "Jupyter Notebook as a Jupyter Server extension."
1616
readme = "README.md"
@@ -202,7 +202,7 @@ field = [
202202
]
203203

204204
[tool.tbump.version]
205-
current = "1.3.0.dev1"
205+
current = "1.3.0"
206206
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
207207

208208
[tool.tbump.git]

0 commit comments

Comments
 (0)