Merge branch 'feature/ftrack_group_is_fwd_compatible' into develop

This commit is contained in:
Milan Kolar 2020-08-07 14:48:13 +02:00
commit ba6031889f
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ def get_avalon_attr(session, split_hierarchical=True):
cust_attrs_query = (
"select id, entity_type, object_type_id, is_hierarchical, default"
" from CustomAttributeConfiguration"
" where group.name = \"avalon\""
" where group.name in (\"avalon\", \"pype\")"
)
all_avalon_attr = session.query(cust_attrs_query).all()
for cust_attr in all_avalon_attr:

View file

@ -1 +1 @@
__version__ = "2.11.1"
__version__ = "2.11.3"