Skip to content

Commit

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

nbgrader-0.9.2-py3-none-any.whl: e4c645dac61aeb12cdcabd893ac8ee4350a4ff4d894b58b115ac18d0e8cdf6b2

nbgrader-0.9.2.tar.gz: 99409da055306524254a8d19595ec13810f11112f34c6a93306475861490a734

nbgrader-0.9.2.tgz: 3cfc95e8aae19e9a7aa96b8053ec0a7d2f635cc82169980253ad119e79b4dbbd
  • Loading branch information
brichet committed Mar 26, 2024
1 parent 9876829 commit 73630d4
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 9 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@ A summary of changes to nbgrader.

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

## 0.9.2

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.1...9876829b6be4fccce621ffee907bd5f9ac400c44))

### Bugs fixed

- Fix formgrader link from course_list [#1848](https://github.com/jupyter/nbgrader/pull/1848) ([@brichet](https://github.com/brichet))

### Maintenance and upkeep improvements

- Upgrade nbval to keep compatibillity with pytest [#1867](https://github.com/jupyter/nbgrader/pull/1867) ([@brichet](https://github.com/brichet))
- Bump Jupyterlab to >=4.1.0 and Notebook to >=7.1.0 [#1864](https://github.com/jupyter/nbgrader/pull/1864) ([@brichet](https://github.com/brichet))
- Bump ip from 2.0.0 to 2.0.1 [#1863](https://github.com/jupyter/nbgrader/pull/1863) ([@dependabot](https://github.com/dependabot))
- Bump postcss from 8.4.28 to 8.4.32 [#1851](https://github.com/jupyter/nbgrader/pull/1851) ([@dependabot](https://github.com/dependabot))
- Bump systeminformation from 5.18.15 to 5.21.18 [#1850](https://github.com/jupyter/nbgrader/pull/1850) ([@dependabot](https://github.com/dependabot))
- Add a dependency to setuptools [#1849](https://github.com/jupyter/nbgrader/pull/1849) ([@brichet](https://github.com/brichet))
- Remove jupyter_notebook_config.json since notebook server is not supported anymore [#1807](https://github.com/jupyter/nbgrader/pull/1807) ([@lahwaacz](https://github.com/lahwaacz))

### Contributors to this release

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

[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-09-05..2024-03-26&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Adependabot+updated%3A2023-09-05..2024-03-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2023-09-05..2024-03-26&type=Issues) | [@lahwaacz](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Alahwaacz+updated%3A2023-09-05..2024-03-26&type=Issues) | [@nthiery](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Anthiery+updated%3A2023-09-05..2024-03-26&type=Issues)

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

## 0.9.1

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.0...7922f769c4b30e9fb9260a7b8a39e7365373f980))
Expand All @@ -16,8 +42,6 @@ A summary of changes to nbgrader.

[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-09-04..2023-09-05&type=Issues)

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

## 0.9.0

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.0a1...6db380039dab377157620516ae49eafcf7537fc8))
Expand Down
2 changes: 1 addition & 1 deletion nbgrader/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 9, 1, "", "")
version_info = (0, 9, 2, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbgrader",
"version": "0.9.1",
"version": "0.9.2",
"description": "nbgrader nodejs dependencies",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"sqlalchemy>=1.4,<3",
"PyYAML>=6.0",
]
version = "0.9.1"
version = "0.9.2"

[project.license]
file = "LICENSE"
Expand Down Expand Up @@ -156,7 +156,7 @@ before-build-python = [
]

[tool.tbump.version]
current = "0.9.1"
current = "0.9.2"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion src/assignment_list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class AssignmentListWidget extends Widget {
checkNbGraderVersion() {
var warning = this.node.getElementsByClassName('version_error')[0] as HTMLDivElement;
warning.hidden=false;
requestAPI<any>('nbgrader_version?version='+"0.9.1")
requestAPI<any>('nbgrader_version?version='+"0.9.2")
.then(response => {
if (!response['success']) {
warning.innerText = response['message'];
Expand Down
2 changes: 1 addition & 1 deletion src/course_list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class CourseListWidget extends Widget {
}

checkNbGraderVersion() {
let nbgrader_version = '0.9.1';
let nbgrader_version = '0.9.2';
requestAPI<any>('nbgrader_version?version='+nbgrader_version)
.then(response => {
if (!response['success']) {
Expand Down
2 changes: 1 addition & 1 deletion src/validate_assignment/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { requestAPI } from './validateassignment';

import { showNbGraderDialog, validate } from '../common/validate';

var nbgrader_version = "0.9.1"; // TODO: hardcoded value
var nbgrader_version = "0.9.2"; // TODO: hardcoded value

class ValidateButton extends ToolbarButton {
private _buttonCallback = this.newButtonCallback();
Expand Down

0 comments on commit 73630d4

Please sign in to comment.