Skip to content

Commit

Permalink
release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkayne committed Sep 4, 2023
1 parent 07e547b commit 9c92229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.5.2] - 2023-09-04
### Fixed
- `user_response` is dict rather than `Response` for feedback_type="text"
- `collector.st_feedback(..., save_to_trubrics=False)` returns a python dict
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = trubrics
version = 1.5.1
version = 1.5.2
description = The first user analytics platform for AI models.
long_description = Full documentation available at https://trubrics.github.io/trubrics-sdk/.

Expand Down

0 comments on commit 9c92229

Please sign in to comment.