Skip to content

Commit

Permalink
Merge pull request jupyter#171 from jasongrout/nbformat44
Browse files Browse the repository at this point in the history
Update the 4.4 schema to apply to minor format at least 4.
  • Loading branch information
MSeal committed Mar 27, 2020
2 parents d6e97d4 + 221bbc5 commit 2f20fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbformat/v4/nbformat.v4.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"nbformat_minor": {
"description": "Notebook format (minor number). Incremented for backward compatible changes to the notebook format.",
"type": "integer",
"minimum": 3
"minimum": 4
},
"nbformat": {
"description": "Notebook format (major number). Incremented between backwards incompatible changes to the notebook format.",
Expand Down
2 changes: 1 addition & 1 deletion nbformat/v4/nbformat.v4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"nbformat_minor": {
"description": "Notebook format (minor number). Incremented for backward compatible changes to the notebook format.",
"type": "integer",
"minimum": 3
"minimum": 4
},
"nbformat": {
"description": "Notebook format (major number). Incremented between backwards incompatible changes to the notebook format.",
Expand Down

0 comments on commit 2f20fd6

Please sign in to comment.