You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: