Skip to content

Commit b672a98

Browse files
committed
bump
1 parent 8556496 commit b672a98

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nbdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.4.14"
1+
__version__ = "2.4.15"
22

33
from .doclinks import nbdev_export
44
from .showdoc import show_doc

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
99
author_email = j@fast.ai
1010
branch = main
1111
min_python = 3.9
12-
version = 2.4.14
12+
version = 2.4.15
1313
audience = Developers
1414
language = English
1515
custom_sidebar = True
@@ -71,4 +71,5 @@ clear_all = False
7171
put_version_in_init = True
7272
skip_procs =
7373
update_pyproject = True
74+
clean_ids = True
7475

0 commit comments

Comments
 (0)