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 d7ddf32 commit 2bf24f1Copy full SHA for 2bf24f1
nbdev/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.3.21"
+__version__ = "2.3.22"
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.21
+version = 2.3.22
13
audience = Developers
14
language = English
15
custom_sidebar = True
0 commit comments