From d95af28121566df77a587ad0a345e73c6ae63f65 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Mon, 29 Jul 2024 13:34:29 -0400 Subject: [PATCH] Bump version to 24w31a --- auto_editor/__init__.py | 4 ++-- changelogs/2024.md | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) 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