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 54b6f81 commit 763ce12Copy full SHA for 763ce12
fastcore/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.5.15"
+__version__ = "1.5.17"
settings.ini
@@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger
7
author_email = [email protected]
8
copyright = fast.ai
9
branch = master
10
-version = 1.5.16
+version = 1.5.17
11
min_python = 3.7
12
audience = Developers
13
language = English
@@ -29,4 +29,6 @@ black_formatting = False
29
readme_nb = index.ipynb
30
allowed_metadata_keys =
31
allowed_cell_metadata_keys =
32
+jupyter_hooks = True
33
+clean_ids = True
34
0 commit comments