Skip to content

Commit

Permalink
Release 1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jmasukawa committed Apr 12, 2024
1 parent d0a7a9e commit 60ccc13
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
====
### 1.6.12

* Re-release 1.6.11 without the `src` directory included in the package.

### 1.6.11

* Allow unauthenticated usage of "datasets download", "datasets files".
Expand Down
2 changes: 1 addition & 1 deletion kaggle/api/kaggle_api_extended.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def __repr__(self):


class KaggleApi(KaggleApi):
__version__ = '1.6.11'
__version__ = '1.6.12'

CONFIG_NAME_PROXY = 'proxy'
CONFIG_NAME_COMPETITION = 'competition'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# pyproject.toml instead of maintaining both flows.
setup(
name='kaggle',
version='1.6.11',
version='1.6.12',
description='Kaggle API',
long_description=
('Official API for https://www.kaggle.com, accessible using a command line '
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.11"
__version__ = "1.6.12"
2 changes: 1 addition & 1 deletion src/kaggle/api/kaggle_api_extended.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def __repr__(self):


class KaggleApi(KaggleApi):
__version__ = '1.6.11'
__version__ = '1.6.12'

CONFIG_NAME_PROXY = 'proxy'
CONFIG_NAME_COMPETITION = 'competition'
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# pyproject.toml instead of maintaining both flows.
setup(
name='kaggle',
version='1.6.11',
version='1.6.12',
description='Kaggle API',
long_description=
('Official API for https://www.kaggle.com, accessible using a command line '
Expand Down

0 comments on commit 60ccc13

Please sign in to comment.