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 1
1
Changelog
2
2
====
3
3
4
+ ### 1.7.4.2
5
+
6
+ * Fix a problem in downloading kernel output files.
7
+
4
8
### 1.7.4.1
5
9
6
10
* 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):
253
253
254
254
255
255
class KaggleApi :
256
- __version__ = '1.7.4.1 '
256
+ __version__ = '1.7.4.2 '
257
257
258
258
CONFIG_NAME_PROXY = 'proxy'
259
259
CONFIG_NAME_COMPETITION = 'competition'
Original file line number Diff line number Diff line change 9
9
# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
10
10
setup (
11
11
name = 'kaggle' ,
12
- version = '1.7.4.1 ' ,
12
+ version = '1.7.4.2 ' ,
13
13
description = 'Kaggle API' ,
14
14
long_description = (
15
15
'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):
253
253
254
254
255
255
class KaggleApi :
256
- __version__ = '1.7.4.1 '
256
+ __version__ = '1.7.4.2 '
257
257
258
258
CONFIG_NAME_PROXY = 'proxy'
259
259
CONFIG_NAME_COMPETITION = 'competition'
Original file line number Diff line number Diff line change 9
9
# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
10
10
setup (
11
11
name = 'kaggle' ,
12
- version = '1.7.4.1 ' ,
12
+ version = '1.7.4.2 ' ,
13
13
description = 'Kaggle API' ,
14
14
long_description = (
15
15
'Official API for https://www.kaggle.com, accessible using a command line '
You can’t perform that action at this time.
0 commit comments