From dc5a3eafeda3c8345e61edea7984959f871523ef 2014-06-09 18:52:05 From: Jessica B. Hamrick Date: 2014-06-09 18:52:05 Subject: [PATCH] Include version maximum of 4 --- diff --git a/IPython/nbformat/v4/v4.withref.json b/IPython/nbformat/v4/v4.withref.json index 3aa3f7b..9c67afe 100644 --- a/IPython/nbformat/v4/v4.withref.json +++ b/IPython/nbformat/v4/v4.withref.json @@ -38,7 +38,8 @@ "description": "Notebook format (major number). Incremented between backwards incompatible changes to the notebook format.", "type": "integer", "required": true, - "minimum": 4 + "minimum": 4, + "maximum": 4 }, "orig_nbformat": { "description": "Original notebook format (major number) before converting the notebook between versions.",