Skip to content

Commit 49c8c3f

Browse files
committed
release
1 parent 97b6221 commit 49c8c3f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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

5+
## 1.7.7
6+
7+
### New Features
8+
9+
- auto-update context ([#624](https://github.com/fastai/fastcore/pull/624)), thanks to [@hamelsmu](https://github.com/hamelsmu)
10+
11+
512
## 1.7.6
613

714
### New Features

fastcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.6"
1+
__version__ = "1.7.7"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author = Jeremy Howard and Sylvain Gugger
88
author_email = infos@fast.ai
99
copyright = fast.ai
1010
branch = master
11-
version = 1.7.6
11+
version = 1.7.7
1212
min_python = 3.8
1313
audience = Developers
1414
language = English

0 commit comments

Comments
 (0)