Skip to content

Commit 113365b

Browse files
committed
python: prepare for release of 0.6.2
1 parent 2b2ecbb commit 113365b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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-
## [Unreleased]
12+
## [0.6.2] - 2025-05-02
1313

1414
- Mark python 3.13 as supported.
1515
- New model `standard_v3_3` model, with better support for TypeScript and non-ascii characters in textual files. See [models' CHANGELOG](../assets/models/CHANGELOG.md) for more information.

python/src/magika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = "0.6.2-dev"
16+
__version__ = "0.6.2"
1717

1818

1919
import dotenv

0 commit comments

Comments
 (0)