We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc5f5c commit 2b6f13dCopy full SHA for 2b6f13d
nbdev/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.3.30"
+__version__ = "2.3.31"
2
3
from .doclinks import nbdev_export
4
from .showdoc import show_doc
settings.ini
@@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
9
author_email = j@fast.ai
10
branch = master
11
min_python = 3.7
12
-version = 2.3.30
+version = 2.3.31
13
audience = Developers
14
language = English
15
custom_sidebar = True
@@ -68,4 +68,5 @@ clean_ids = False
68
clear_all = False
69
cell_number = False
70
put_version_in_init = True
71
+skip_procs =
72
0 commit comments