Skip to content

Commit 2266765

Browse files
committed
Release 1.7.4.4
1 parent fe0bea6 commit 2266765

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
====
33

4+
### 1.7.4.4
5+
6+
Version 1.7.4.3 was not release because pre-release testing discovered a bug.
7+
The changes in this release are the same as 1.7.4.3.
8+
49
### 1.7.4.3
510

611
* Fix a problem downloading dataset files (#751)

kaggle/api/kaggle_api_extended.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def __repr__(self):
253253

254254

255255
class KaggleApi:
256-
__version__ = '1.7.4.3'
256+
__version__ = '1.7.4.4'
257257

258258
CONFIG_NAME_PROXY = 'proxy'
259259
CONFIG_NAME_COMPETITION = 'competition'
@@ -312,7 +312,7 @@ class KaggleApi:
312312
'unlaunched_community'
313313
]
314314
valid_competition_categories = [
315-
'all', 'unspecified', 'featured', 'research', 'recruitment', 'gettingStarted', 'masters',
315+
'unspecified', 'featured', 'research', 'recruitment', 'gettingStarted', 'masters',
316316
'playground'
317317
]
318318
valid_competition_sort_by = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
1010
setup(
1111
name='kaggle',
12-
version='1.7.4.3',
12+
version='1.7.4.4',
1313
description='Kaggle API',
1414
long_description=(
1515
'Official API for https://www.kaggle.com, accessible using a command line '

src/__init__.py

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

0 commit comments

Comments
 (0)