Bump nbformat minor to 4.1 to support attachments

Julien Rebetez 10 years ago committed by Julien Rebetez
parent 84f38c2cf9
commit ac9a345400

@ -144,7 +144,7 @@ define(function (require) {
this.minimum_autosave_interval = 120000;
this.notebook_name_blacklist_re = /[\/\\:]/;
this.nbformat = 4; // Increment this when changing the nbformat
this.nbformat_minor = this.current_nbformat_minor = 0; // Increment this when changing the nbformat
this.nbformat_minor = this.current_nbformat_minor = 1; // Increment this when changing the nbformat
this.codemirror_mode = 'text';
this.create_elements();
this.bind_events();

Loading…
Cancel
Save