diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index 8898b5c3d..715372895 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1,2 +1,2 @@ -__version__ = "24.30.1" -version = "24w30a" +__version__ = "24.31.1" +version = "24w31a" diff --git a/changelogs/2024.md b/changelogs/2024.md index d8ed43c6f..57775be47 100644 --- a/changelogs/2024.md +++ b/changelogs/2024.md @@ -1,3 +1,12 @@ +# 24w31a + +## What's Changed + - Bug fix: never set the color primary if the value is 0 + - Palet: add `max-seq` and `min-seq` procedures + +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w30a...24w31a + + # 24w30a ## What's Changed