Skip to content

Commit a04562a

Browse files
authored
Merge pull request #1211 from google/py-prepeare-release
python: prepare for release of 0.6.3
2 parents 3495cd1 + dacb816 commit a04562a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

python/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ Note that for version number starting with a `0`, i.e., `0.x.y`, a bump of `x`
99
should be considered as a major (and thus potentially breaking) change. See
1010
semver guidelines for more details about this.
1111

12-
## [0.6.3rc1] - 2025-10-29
13-
- Fixing nits in the READMEs.
14-
15-
## [0.6.3rc0] - 2025-10-29
12+
## [0.6.3] - 2025-10-30
1613
- Pin onnxruntime on Windows ([#1099](https://github.com/google/magika/pull/1099)).
1714
- Add docstrings for all relevant modules, classes, and methods.
15+
- Improved READMEs and overall documentation.
1816

1917
## [0.6.2] - 2025-05-02
2018

python/src/magika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ruff: noqa: D104
1616

1717

18-
__version__ = "0.6.3rc1"
18+
__version__ = "0.6.3"
1919

2020

2121
import dotenv

0 commit comments

Comments
 (0)