Merge pull request #419 from ynput/bugfix/applications-addon-version

Chore: Correct applications addon version
This commit is contained in:
Jakub Trllo 2024-04-17 09:57:37 +02:00 committed by GitHub
commit f64bb5c1ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ IGNORED_MODULES_IN_AYON = set()
# When addon was moved from ayon-core codebase
# - this is used to log the missing addon
MOVED_ADDON_MILESTONE_VERSIONS = {
"applications": VersionInfo(2, 0, 0),
"applications": VersionInfo(0, 2, 0),
}
# Inherit from `object` for Python 2 hosts