Skip to content

Commit 2a74dc3

Browse files
committed
Update API to 1.5.3
1 parent 0f067b3 commit 2a74dc3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

4+
#### 1.5.3
5+
Release date: 2/20/19
6+
* Bump urllib3 version
7+
48
#### 1.5.2
59
Release date: 1/28/19
610
* Don't error on encoding errors when printing tables

kaggle/api/kaggle_api_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363

6464
class KaggleApi(KaggleApi):
65-
__version__ = '1.5.2'
65+
__version__ = '1.5.3'
6666

6767
CONFIG_NAME_PROXY = 'proxy'
6868
CONFIG_NAME_COMPETITION = 'competition'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='kaggle',
22-
version='1.5.2',
22+
version='1.5.3',
2323
description='Kaggle API',
2424
long_description=
2525
('Official API for https://www.kaggle.com, accessible using a command line '

0 commit comments

Comments
 (0)