We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc241c commit 59d5c58Copy full SHA for 59d5c58
docs/changelog.rst
@@ -4,6 +4,11 @@
4
Changes in nbformat
5
=========================
6
7
+5.6.1
8
+=====
9
+
10
+* Fix handling of ``__version__` on Python 3.7.
11
12
5.6.0
13
=====
14
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nbformat-schema",
3
- "version": "5.7.0-b0",
+ "version": "5.6.1",
"description": "JSON schemata for Jupyter notebook formats",
"main": "index.js",
"files": [
0 commit comments