diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index d02410771..f0e51ad9c 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1 +1 @@ -__version__ = "25.3.0" +__version__ = "25.3.1" diff --git a/changelogs/2024.md b/changelogs/2024.md index aaf3775a1..ae9ecd3db 100644 --- a/changelogs/2024.md +++ b/changelogs/2024.md @@ -1,3 +1,15 @@ +# 25.3.1 + +## Features + - Use PyAV 13.1 + +## Fixes + - Make correct webvtt files, fixes #531 + - Don't open player when exporting as clip-sequence + +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/25.3.0...25.3.1 + + # 25.3.0 ## Features