Skip to content

Commit ba6e2c0

Browse files
committed
dep
1 parent 8c84081 commit ba6e2c0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
<!-- do not remove -->
44

5+
## 2.4.11
6+
7+
### New Features
8+
9+
- Bump `nbformat_minor` to 5 when adding cell IDs ([#1553](https://github.com/AnswerDotAI/nbdev/issues/1553))
10+
11+
### Bugs Squashed
12+
13+
- `nbdev_new` results in creation of template file with incorrect name ([#1551](https://github.com/AnswerDotAI/nbdev/issues/1551))
14+
15+
516
## 2.4.10
617

718
### Breaking Changes

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ language = English
1515
custom_sidebar = True
1616
license = apache2
1717
status = 5
18-
requirements = fastcore>=1.11.0 execnb>=0.1.12 astunparse ghapi>=1.0.3 watchdog asttokens setuptools build fastgit
18+
requirements = fastcore>=1.12.1 execnb>=0.1.12 astunparse ghapi>=1.0.3 watchdog asttokens setuptools build fastgit
1919
pip_requirements = PyYAML
2020
conda_requirements = pyyaml
2121
conda_user = fastai

0 commit comments

Comments
 (0)