Skip to content

Commit 8581b15

Browse files
authored
GA Release 2.0 (#930)
1 parent 0e19d26 commit 8581b15

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

4+
### 2.0.0
5+
6+
* General Availability release
7+
* Change more "instance" to "variation"
8+
* Update link for the integration test auth instructions (#926)
9+
* Fix string formatting in upgrade nudge message (#928) Thanks PythonicVarun!
10+
411
### 1.8.4
512

613
* Rename `kaggle-api` to `kaggle-cli`

src/kaggle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
from kaggle.api.kaggle_api_extended import KaggleApi
55

6-
__version__ = "1.8.4"
6+
__version__ = "2.0.0"
77

88
enable_oauth = os.environ.get("KAGGLE_ENABLE_OAUTH") in ("1", "true", "yes")
99
api = KaggleApi(enable_oauth=enable_oauth)

0 commit comments

Comments
 (0)