From 221bbc5c97e447210e53892afc4d1a33ac81fd8d Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Thu, 26 Mar 2020 15:38:08 -0700 Subject: [PATCH] Update the 4.4 schema to apply to minor format at least 4. I think someone forgot to update this number when bumping to format version 4.4. --- nbformat/v4/nbformat.v4.4.schema.json | 2 +- nbformat/v4/nbformat.v4.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nbformat/v4/nbformat.v4.4.schema.json b/nbformat/v4/nbformat.v4.4.schema.json index 79360848..e3dedf21 100644 --- a/nbformat/v4/nbformat.v4.4.schema.json +++ b/nbformat/v4/nbformat.v4.4.schema.json @@ -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.", diff --git a/nbformat/v4/nbformat.v4.schema.json b/nbformat/v4/nbformat.v4.schema.json index 79360848..e3dedf21 100644 --- a/nbformat/v4/nbformat.v4.schema.json +++ b/nbformat/v4/nbformat.v4.schema.json @@ -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.",