Skip to content

Commit e4a3ebf

Browse files
committed
release
1 parent c7814b7 commit e4a3ebf

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

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

5-
6-
7-
## 1.7.21
5+
## 1.7.22
86

97
### New Features
108

fastcore/__init__.py

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

fastcore/_modidx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
d = { 'settings': { 'branch': 'master',
44
'doc_baseurl': '/',
55
'doc_host': 'https://fastcore.fast.ai',
6-
'git_url': 'https://github.com/fastai/fastcore/',
6+
'git_url': 'https://github.com/AnswerDotAI/fastcore/',
77
'lib_path': 'fastcore'},
88
'syms': { 'fastcore.all': {},
99
'fastcore.ansi': {},

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.21
11+
version = 1.7.22
1212
min_python = 3.9
1313
audience = Developers
1414
language = English

0 commit comments

Comments
 (0)