Skip to content

Commit

Permalink
python: new -rc release
Browse files Browse the repository at this point in the history
  • Loading branch information
reyammer committed Feb 4, 2025
1 parent 28aeb06 commit eabe634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ semver guidelines for more details about this.

- Add version constraint for `onnxruntime` to deal with known `uv` limitation (https://github.com/google/magika/issues/922).
- In the pure python wheel, `magika` now warns the users that the Rust client is not available, and tells the users that they can use a fallback python client, now available via `magika-python-client`.
- Minor tuning of thresholds for new v3 models.


## [0.6.1-rc0] - 2025-01-23
Expand Down
2 changes: 1 addition & 1 deletion python/src/magika/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


__version__ = "0.6.1-dev"
__version__ = "0.6.1-rc1"


import dotenv
Expand Down

0 comments on commit eabe634

Please sign in to comment.