Skip to content

Commit 498b509

Browse files
committed
ref
1 parent ee18d97 commit 498b509

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.6"
1+
__version__ = "2.0.7"
22

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

nbs/getting_started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"*NB: This is nbdev v2, a major upgrade of nbdev. Whilst the differences to nbdev1 aren't huge, it does require some changes. The old version docs are at [nbdev1.fast.ai](https://nbdev1.fast.ai). You can use version-pinning in `settings.ini` (i.e `'nbdev<2'`) to stop nbdev from upgrading. To upgrade, follow the [migration tutorial](/migrating.html).*\n",
16+
"*NB: This is nbdev v2, a major upgrade of nbdev. Whilst the differences to nbdev1 aren't huge, it does require some changes. The old version docs are at [nbdev1.fast.ai](https://nbdev1.fast.ai). You can use version-pinning in `settings.ini` (i.e `'nbdev<2'`) to stop nbdev from upgrading. To upgrade, follow the [migration tutorial](https://nbdev.fast.ai/migrate.html).*\n",
1717
"\n",
1818
"---\n",
1919
"\n",

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author = Jeremy Howard and Hamel Husain
1010
author_email = [email protected]
1111
branch = master
1212
min_python = 3.7
13-
version = 2.0.6
13+
version = 2.0.7
1414
audience = Developers
1515
language = English
1616
custom_sidebar = True

0 commit comments

Comments
 (0)