Skip to content

Commit

Permalink
version_10.10.1 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthbachala20 authored Nov 18, 2024
1 parent 10e948b commit 2c06046
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [[10.10.1]](https://github.com/Clarifai/clarifai-python/releases/tag/10.10.1) - [PyPI](https://pypi.org/project/clarifai/10.10.1/) - 2024-11-18

### Changed
- Fixed code bug in runners selection using Deployment [(#446)] (https://github.com/Clarifai/clarifai-python/pull/446)
- Fixed id bug in multimodal loader during deletion of failed inputs [(#445)] (https://github.com/Clarifai/clarifai-python/pull/445)
- Added list inputs functionality to Dataset Class [(#443)] (https://github.com/Clarifai/clarifai-python/pull/443)
- Added delete annotations functionality to Input Class [(#442)] (https://github.com/Clarifai/clarifai-python/pull/442)
- Added Dockerle template based on new base images by parsing requirements [(#439)] (https://github.com/Clarifai/clarifai-python/pull/439)

## [[10.10.0]](https://github.com/Clarifai/clarifai-python/releases/tag/10.10.0) - [PyPI](https://pypi.org/project/clarifai/10.10.0/) - 2024-11-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion clarifai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "10.10.0"
__version__ = "10.10.1"

0 comments on commit 2c06046

Please sign in to comment.