Conversation
9f6e5c5 to
ae49405
Compare
CHANGELOG.md
Outdated
|
|
||
| * Restored version-checking logic. | ||
|
|
||
| ## v0.3.14 (September 17, 2025) |
There was a problem hiding this comment.
Looks like 0.3.14 was never released... https://pypi.org/project/kagglehub/#history
Can you create a new 0.4.0 version instead given that the switch to kagglesdk in #268 was important.
Also include the Python 3.9 support drop under the 0.4.0 version. Also make sure to link the PR.
CHANGELOG.md
Outdated
|
|
||
| ## v0.3.15 (December 18, 2025) | ||
|
|
||
| * Restored version-checking logic. |
There was a problem hiding this comment.
We also add links to the PR in the changelog. See items before 0.3.14.
6cdb0ef to
dcc6f6b
Compare
CHANGELOG.md
Outdated
| * Document new auth technique. ([#270](https://github.com/Kaggle/kagglehub/pull/270)) | ||
| * Use `kagglesdk` instead of custom HTTP implementation. ([#268](https://github.com/Kaggle/kagglehub/pull/268)) | ||
|
|
||
| ## v0.3.14 (September 17, 2025) (Not released) |
There was a problem hiding this comment.
We would simply remove it entirely and move the line about dropping support for Python 3.9 to the 0.4.0 version given this was never released.
CHANGELOG.md
Outdated
| ## Next Release | ||
|
|
||
| ## v0.3.14 (September 17, 2025) | ||
| ## v0.4 (January 7, 2026) |
There was a problem hiding this comment.
nit: v0.4.0 (missing the last .0)
src/kagglehub/__init__.py
Outdated
| @@ -1,4 +1,4 @@ | |||
| __version__ = "0.3.13" | |||
| __version__ = "0.4" | |||
There was a problem hiding this comment.
Should be 0.4.0 to follow semver: https://semver.org/
47f918e to
4e916f2
Compare
Also fixes a typo in a variable name.