Skip to content

Commit 89eb72d

Browse files
committed
Release 1.5.10.
1 parent 1733863 commit 89eb72d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.10
5+
Release date: 11/30/20
6+
* Remove dependency on slugify.
7+
48
### 1.5.9
59
Release date: 10/21/20
610
* Drop version restriction on urllib3 in setup.py.

kaggle/api/kaggle_api_extended.py

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

8383

8484
class KaggleApi(KaggleApi):
85-
__version__ = '1.5.9'
85+
__version__ = '1.5.10'
8686

8787
CONFIG_NAME_PROXY = 'proxy'
8888
CONFIG_NAME_COMPETITION = 'competition'

setup.py

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

2020
setup(
2121
name='kaggle',
22-
version='1.5.9',
22+
version='1.5.10',
2323
description='Kaggle API',
2424
long_description=
2525
('Official API for https://www.kaggle.com, accessible using a command line '
@@ -37,7 +37,6 @@
3737
'requests',
3838
'tqdm',
3939
'python-slugify',
40-
'slugify',
4140
'urllib3',
4241
],
4342
packages=find_packages(),

0 commit comments

Comments
 (0)