Merge branch 'develop' into enhancement/anatomy_template_enum

This commit is contained in:
Jakub Trllo 2025-04-29 16:40:41 +02:00 committed by GitHub
commit 8cfcd3627f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 268 additions and 196 deletions

View file

@ -1,6 +1,6 @@
name = "core"
title = "Core"
version = "1.1.7+dev"
version = "1.1.9+dev"
client_dir = "ayon_core"
@ -9,4 +9,6 @@ plugin_for = ["ayon_server"]
ayon_server_version = ">=1.7.6,<2.0.0"
ayon_launcher_version = ">=1.0.2"
ayon_required_addons = {}
ayon_compatible_addons = {}
ayon_compatible_addons = {
"harmony": ">0.4.0",
}