We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8556496 commit b672a98Copy full SHA for b672a98
nbdev/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.4.14"
+__version__ = "2.4.15"
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 = main
11
min_python = 3.9
12
-version = 2.4.14
+version = 2.4.15
13
audience = Developers
14
language = English
15
custom_sidebar = True
@@ -71,4 +71,5 @@ clear_all = False
71
put_version_in_init = True
72
skip_procs =
73
update_pyproject = True
74
+clean_ids = True
75
0 commit comments