Skip to content

Commit

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

nbgrader-0.8.4-py3-none-any.whl: 2502fb7b630898e8af2215ff2829b0f843cdf6e8a3d1125b369dfd2246ec6f10

nbgrader-0.8.4.tar.gz: 1d1773c0b2e497e5beb9ee890daacc7b63b820f5d5896a53c64825db70ca4451

nbgrader-0.8.4.tgz: d0b7a06f4ee3baf9188eff11935467873c27a7bee2b2aa08f16a5971aa63bbc9
  • Loading branch information
brichet committed Jun 16, 2023
1 parent 83a0429 commit ba72a9f
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 12 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ A summary of changes to nbgrader.

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

## 0.8.4

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.8.3...83a0429e32e5d146a638dfeef6cee9fad7f277ab))

### Enhancements made

- Upgrade to sqlalchemy>=2 [#1788](https://github.com/jupyter/nbgrader/pull/1788) ([@tuncbkose](https://github.com/tuncbkose))
- Check marking schemes for attachments to prevent leakage [#1783](https://github.com/jupyter/nbgrader/pull/1783) ([@tuncbkose](https://github.com/tuncbkose))

### Maintenance and upkeep improvements

- Pin sphinx\<7 [#1791](https://github.com/jupyter/nbgrader/pull/1791) ([@brichet](https://github.com/brichet))
- Upgrade to sqlalchemy>=2 [#1788](https://github.com/jupyter/nbgrader/pull/1788) ([@tuncbkose](https://github.com/tuncbkose))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2023-06-15&to=2023-06-16&type=c))

[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-06-15..2023-06-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2023-06-15..2023-06-16&type=Issues) | [@tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atuncbkose+updated%3A2023-06-15..2023-06-16&type=Issues)

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

## 0.8.3

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.8.2...6b0ec9fd6a909692f346d98ecf0a5f52bf25e5e0))
Expand Down Expand Up @@ -31,8 +53,6 @@ A summary of changes to nbgrader.

[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-03-28..2023-06-15&type=Issues) | [@franswel](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Afranswel+updated%3A2023-03-28..2023-06-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2023-03-28..2023-06-15&type=Issues) | [@shreve](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ashreve+updated%3A2023-03-28..2023-06-15&type=Issues) | [@tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atuncbkose+updated%3A2023-03-28..2023-06-15&type=Issues) | [@ykazakov](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Aykazakov+updated%3A2023-03-28..2023-06-15&type=Issues)

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

## 0.8.2

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.8.1...f262e3b37b30af59ab2fcc31a245cec6360c2271))
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, 8, 3, "", "")
version_info = (0, 8, 4, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion nbgrader/nbextensions/assignment_list/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define([
], function(Jupyter, $, utils, AssignmentList) {
"use strict";

var nbgrader_version = "0.8.3";
var nbgrader_version = "0.8.4";

var ajax = utils.ajax || $.ajax;
// Notebook v4.3.1 enabled xsrf so use notebooks ajax that includes the
Expand Down
2 changes: 1 addition & 1 deletion nbgrader/nbextensions/course_list/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define([
], function(Jupyter, $, utils, CourseList) {
"use strict";

var nbgrader_version = "0.8.3";
var nbgrader_version = "0.8.4";

var ajax = utils.ajax || $.ajax;
// Notebook v4.3.1 enabled xsrf so use notebooks ajax that includes the
Expand Down
2 changes: 1 addition & 1 deletion nbgrader/nbextensions/validate_assignment/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define([
], function ($, Jupyter, dialog, utils) {
"use strict";

var nbgrader_version = "0.8.3";
var nbgrader_version = "0.8.4";

var ajax = utils.ajax || $.ajax;
// Notebook v4.3.1 enabled xsrf so use notebooks ajax that includes the
Expand Down
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.8.3",
"version": "0.8.4",
"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 @@ -49,7 +49,7 @@ dependencies = [
"sqlalchemy>=1.4,<3",
"traitlets>5.0,<6",
]
version = "0.8.3"
version = "0.8.4"

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

[tool.tbump.version]
current = "0.8.3"
current = "0.8.4"
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 @@ -150,7 +150,7 @@ class AssignmentListWidget extends Widget {
checkNbGraderVersion() {
var warning = this.node.getElementsByClassName('version_error')[0] as HTMLDivElement;
warning.hidden=false;
requestAPI<any>('nbgrader_version?version='+"0.8.3")
requestAPI<any>('nbgrader_version?version='+"0.8.4")
.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 @@ -80,7 +80,7 @@ class CourseListWidget extends Widget {
}

checkNbGraderVersion() {
let nbgrader_version = '0.8.3';
let nbgrader_version = '0.8.4';
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 @@ -23,7 +23,7 @@ import { requestAPI } from './validateassignment';

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

var nbgrader_version = "0.8.3"; // TODO: hardcoded value
var nbgrader_version = "0.8.4"; // TODO: hardcoded value

const PLUGIN_ID = "nbgrader/validate-assignment"

Expand Down

0 comments on commit ba72a9f

Please sign in to comment.