Skip to content

Commit 3bc3699

Browse files
authored
new release (#91)
New KaggleHub release
1 parent 866136e commit 3bc3699

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Next (Unreleased)
44

5+
## v0.2.0 (February 28th, 2024)
6+
7+
* Add raise_for_status() in post function ([#82](https://github.com/Kaggle/kagglehub/pull/89))
8+
* Use Artifact Registry for helper images ([#83](https://github.com/Kaggle/kagglehub/pull/87))
9+
510
## v0.1.9 (February 5th, 2023)
611

712
* Fix message when detecting newer version ([#82](https://github.com/Kaggle/kagglehub/pull/82))

src/kagglehub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.9"
1+
__version__ = "0.2.0"
22

33
import kagglehub.logging # configures the library logger.
44
from kagglehub import colab_cache_resolver, http_resolver, kaggle_cache_resolver, registry

0 commit comments

Comments
 (0)