Skip to content

Commit 9eefac4

Browse files
authored
Release 1.6.14 (#581)
1.6.13 was bad. Hopefully, this will fix it.
1 parent f29a7ad commit 9eefac4

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
====
3+
### 1.6.14
4+
5+
* No changes; release 1.6.13 isn't usable.
6+
37
### 1.6.13
48

59
* Add --page-size and --page-token CLI options to all commands that display lists of files.

kaggle/api/kaggle_api_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def __repr__(self):
272272

273273

274274
class KaggleApi(KaggleApi):
275-
__version__ = '1.6.13'
275+
__version__ = '1.6.14'
276276

277277
CONFIG_NAME_PROXY = 'proxy'
278278
CONFIG_NAME_COMPETITION = 'competition'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# pyproject.toml instead of maintaining both flows.
77
setup(
88
name='kaggle',
9-
version='1.6.13',
9+
version='1.6.14',
1010
description='Kaggle API',
1111
long_description=
1212
('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.6.13"
1+
__version__ = "1.6.14"

src/kaggle/api/kaggle_api_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def __repr__(self):
256256

257257

258258
class KaggleApi(KaggleApi):
259-
__version__ = '1.6.13'
259+
__version__ = '1.6.14'
260260

261261
CONFIG_NAME_PROXY = 'proxy'
262262
CONFIG_NAME_COMPETITION = 'competition'

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# pyproject.toml instead of maintaining both flows.
77
setup(
88
name='kaggle',
9-
version='1.6.13',
9+
version='1.6.14',
1010
description='Kaggle API',
1111
long_description=
1212
('Official API for https://www.kaggle.com, accessible using a command line '

0 commit comments

Comments
 (0)