Skip to content

Commit 73ceb9c

Browse files
authored
12.3.1 release (#976)
1 parent a5abd5f commit 73ceb9c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [[12.3.1]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.1) - [PyPI](https://pypi.org/project/clarifai/12.3.1/) - 2026-03-05
2+
3+
### Added
4+
- Added support for reading pipeline templates git repo URL from `CLARIFAI_PIPELINE_TEMPLATES_GIT_REPO_URL` environment variable [(#975)](https://github.com/Clarifai/clarifai-python/pull/975)
5+
6+
### Fixed
7+
- Fixed `clarifai model init` creating a subdirectory instead of updating the existing model directory [(#972)](https://github.com/Clarifai/clarifai-python/pull/972)
8+
19
## [[12.3.0]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.0) - [PyPI](https://pypi.org/project/clarifai/12.3.0/) - 2026-03-04
210

311
### Added

clarifai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.3.0"
1+
__version__ = "12.3.1"

0 commit comments

Comments
 (0)