Skip to content

Commit b39db51

Browse files
d-w-moorealanking
authored andcommitted
[#3] tweak compatibility to iRODS 4.3.3
This change modifies the irods.message.IRODS_VERSION global variable to bring the advertised level of server compatibility up-to-date with release 4.3.3 of the iRODS Server. The only obvious effect is in the use of irods.test.helpers.make_session() to create session objects for test purposes, as this call will raise an exception if the server is too recent. IRODS_VERSION is also reflected in the 'relVersion' and 'apiVersion' tags of the StartupPack message when a session is initiated.
1 parent 2a441e7 commit b39db51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/message/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def ET(xml_type = (), server_version = None):
170170

171171
logger = logging.getLogger(__name__)
172172

173-
IRODS_VERSION = (4, 3, 2, 'd')
173+
IRODS_VERSION = (4, 3, 3, 'd')
174174

175175
try:
176176
# Python 2

0 commit comments

Comments
 (0)