Skip to content

Commit c816211

Browse files
d-w-moorealanking
authored andcommitted
[#694] tweak compatibility to iRODS 4.3.4
1 parent bee8294 commit c816211

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
@@ -180,7 +180,7 @@ def ET(xml_type=(), server_version=None):
180180

181181
logger = logging.getLogger(__name__)
182182

183-
IRODS_VERSION = (4, 3, 3, "d")
183+
IRODS_VERSION = (4, 3, 4, "d")
184184

185185
UNICODE = str
186186

0 commit comments

Comments
 (0)