Skip to content

Commit e117041

Browse files
committed
rm v2 comment
1 parent 51209f2 commit e117041

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
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.3.13"
1+
__version__ = "2.3.14"
22

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

nbs/getting_started.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
"cell_type": "markdown",
2525
"metadata": {},
2626
"source": [
27-
"*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/migrating.html).*\n",
28-
"\n",
29-
"---\n",
30-
"\n",
3127
"`nbdev` is a notebook-driven development platform. Simply write notebooks with lightweight markup and get high-quality documentation, tests, continuous integration, and packaging for free!\n",
3228
"\n",
3329
"`nbdev` makes debugging and refactoring your code much easier than in traditional programming environments since you always have live objects at your fingertips. `nbdev` also promotes software engineering best practices because tests and documentation are first class."

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
99
author_email = [email protected]
1010
branch = master
1111
min_python = 3.7
12-
version = 2.3.13
12+
version = 2.3.14
1313
audience = Developers
1414
language = English
1515
custom_sidebar = True

0 commit comments

Comments
 (0)