Merge branch 'develop' into bugfix/YN-0123-hiero-squished-reviewables

This commit is contained in:
Jakub Ježek 2025-10-22 16:56:25 +02:00 committed by GitHub
commit 4d1bbf012a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 3 deletions

View file

@ -32,6 +32,7 @@ class CollectCoreJobEnvVars(pyblish.api.ContextPlugin):
for key in [
"AYON_BUNDLE_NAME",
"AYON_STUDIO_BUNDLE_NAME",
"AYON_USE_STAGING",
"AYON_IN_TESTS",
# NOTE Not sure why workdir is needed?

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'core' version."""
__version__ = "1.6.5+dev"
__version__ = "1.6.6+dev"