OMERO.server in Python 3 consists of several decoupled components including omero-py which contains the version command. Previously this would output the version of the whole OMERO.server bundle, now it outputs the version of omero-py.
This role needs to obtain a version string that can be compared with the latest or requests release to determine whether an upgrade is required.
OMERO.server in Python 3 consists of several decoupled components including omero-py which contains the
version
command. Previously this would output the version of the wholeOMERO.server
bundle, now it outputs the version ofomero-py
.This role needs to obtain a version string that can be compared with the latest or requests release to determine whether an upgrade is required.