mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
renamed 'get_build_version' to 'get_installed_version' in openpype
This commit is contained in:
parent
53e362f3db
commit
3f4510a9c9
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from openpype.lib.openpype_version import (
|
||||
get_remote_versions,
|
||||
get_OpenPypeVersion,
|
||||
get_build_version
|
||||
get_installed_version
|
||||
)
|
||||
from .input_entities import TextEntity
|
||||
from .lib import (
|
||||
|
|
@ -72,7 +72,7 @@ class ProductionVersionsInputEntity(OpenPypeVersionInput):
|
|||
|
||||
def _get_openpype_versions(self):
|
||||
versions = get_remote_versions(staging=False, production=True)
|
||||
versions.append(get_build_version())
|
||||
versions.append(get_installed_version())
|
||||
return sorted(versions)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue