File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22====
33
4+ ### 1.7.4.2
5+
6+ * Fix a problem in downloading kernel output files.
7+
48### 1.7.4.1
59
610* Fix a dataset download problem. Datasets that had a license were failing to download.
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ def __repr__(self):
253253
254254
255255class KaggleApi :
256- __version__ = '1.7.4.1 '
256+ __version__ = '1.7.4.2 '
257257
258258 CONFIG_NAME_PROXY = 'proxy'
259259 CONFIG_NAME_COMPETITION = 'competition'
Original file line number Diff line number Diff line change 99# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
1010setup (
1111 name = 'kaggle' ,
12- version = '1.7.4.1 ' ,
12+ version = '1.7.4.2 ' ,
1313 description = 'Kaggle API' ,
1414 long_description = (
1515 'Official API for https://www.kaggle.com, accessible using a command line '
Original file line number Diff line number Diff line change 1- __version__ = "1.7.4.1 "
1+ __version__ = "1.7.4.2 "
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ def __repr__(self):
253253
254254
255255class KaggleApi :
256- __version__ = '1.7.4.1 '
256+ __version__ = '1.7.4.2 '
257257
258258 CONFIG_NAME_PROXY = 'proxy'
259259 CONFIG_NAME_COMPETITION = 'competition'
Original file line number Diff line number Diff line change 99# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
1010setup (
1111 name = 'kaggle' ,
12- version = '1.7.4.1 ' ,
12+ version = '1.7.4.2 ' ,
1313 description = 'Kaggle API' ,
1414 long_description = (
1515 'Official API for https://www.kaggle.com, accessible using a command line '
You can’t perform that action at this time.
0 commit comments