diff --git a/CHANGELOG.md b/CHANGELOG.md index e34b41e..d585c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Changelog ==== +### 1.6.14 + +* No changes; release 1.6.13 isn't usable. + ### 1.6.13 * Add --page-size and --page-token CLI options to all commands that display lists of files. diff --git a/kaggle/api/kaggle_api_extended.py b/kaggle/api/kaggle_api_extended.py index 05079f5..7bd3530 100644 --- a/kaggle/api/kaggle_api_extended.py +++ b/kaggle/api/kaggle_api_extended.py @@ -272,7 +272,7 @@ def __repr__(self): class KaggleApi(KaggleApi): - __version__ = '1.6.13' + __version__ = '1.6.14' CONFIG_NAME_PROXY = 'proxy' CONFIG_NAME_COMPETITION = 'competition' diff --git a/setup.py b/setup.py index 13f06ca..a793ab3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # pyproject.toml instead of maintaining both flows. setup( name='kaggle', - version='1.6.13', + version='1.6.14', description='Kaggle API', long_description= ('Official API for https://www.kaggle.com, accessible using a command line ' diff --git a/src/__init__.py b/src/__init__.py index 765214e..93d2517 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = "1.6.13" +__version__ = "1.6.14" diff --git a/src/kaggle/api/kaggle_api_extended.py b/src/kaggle/api/kaggle_api_extended.py index 48161d6..58ab7ac 100644 --- a/src/kaggle/api/kaggle_api_extended.py +++ b/src/kaggle/api/kaggle_api_extended.py @@ -256,7 +256,7 @@ def __repr__(self): class KaggleApi(KaggleApi): - __version__ = '1.6.13' + __version__ = '1.6.14' CONFIG_NAME_PROXY = 'proxy' CONFIG_NAME_COMPETITION = 'competition' diff --git a/src/setup.py b/src/setup.py index 13f06ca..a793ab3 100644 --- a/src/setup.py +++ b/src/setup.py @@ -6,7 +6,7 @@ # pyproject.toml instead of maintaining both flows. setup( name='kaggle', - version='1.6.13', + version='1.6.14', description='Kaggle API', long_description= ('Official API for https://www.kaggle.com, accessible using a command line '