diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index d2ee09819..5c21dd7cf 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1 +1 @@ -__version__ = "25.0.0" +__version__ = "25.0.1" diff --git a/changelogs/2024.md b/changelogs/2024.md index acb0e147d..349623436 100644 --- a/changelogs/2024.md +++ b/changelogs/2024.md @@ -1,3 +1,14 @@ +# 25.0.1 + +## Fixes + - Hardcode that `.mp4` files support `srt` subtitles. Fixes #493 + - Info: display audio layout + - Add PyAV License to the `--debug` screen + - Improve argument parsing error messages + +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/25.0.0...25.0.1 + + # 25.0.0 ## Major