From 479b27edbb279d4cf5a6c004e225166247fce462 Mon Sep 17 00:00:00 2001 From: Ravi RT Merugu Date: Mon, 14 May 2018 02:06:20 +0530 Subject: [PATCH] increased SUPPORTED_PROTOCOL to 37 this shall possibly support orientdb 3.0.0 --- pyorient/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyorient/constants.py b/pyorient/constants.py index 516e62d9..7f7700f8 100644 --- a/pyorient/constants.py +++ b/pyorient/constants.py @@ -5,7 +5,7 @@ # NAME = "OrientDB Python binary client (pyorient)" VERSION = "1.5.5" -SUPPORTED_PROTOCOL = 36 +SUPPORTED_PROTOCOL = 37 # # Binary Types