From de4fa6f5eea7560b8b88c7d00de4746e441ba05b Mon Sep 17 00:00:00 2001 From: Luv Bansal <70321430+luv-bansal@users.noreply.github.com> Date: Sat, 28 Sep 2024 00:57:40 +0530 Subject: [PATCH] VERSION_10.8.6 (#401) --- CHANGELOG.md | 5 +++++ clarifai/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cfd180..e186e88d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [[10.8.6]](https://github.com/Clarifai/clarifai-python/releases/tag/10.8.6) - [PyPI](https://pypi.org/project/clarifai/10.8.6/) - 2024-09-28 + +### Changed + - Refract Model upload and download checkpoints at build time during model upload[(#400)](https://github.com/Clarifai/clarifai-python/pull/400) + ## [[10.8.5]](https://github.com/Clarifai/clarifai-python/releases/tag/10.8.5) - [PyPI](https://pypi.org/project/clarifai/10.8.5/) - 2024-09-26 ### Changed diff --git a/clarifai/__init__.py b/clarifai/__init__.py index 2e8f8cb2..25051a54 100644 --- a/clarifai/__init__.py +++ b/clarifai/__init__.py @@ -1 +1 @@ -__version__ = "10.8.5" +__version__ = "10.8.6"