##// END OF EJS Templates
Start protocol version from 4.0
Takafumi Arakaki -
Show More
@@ -75,7 +75,7 b' def squash_unicode(obj):'
75 #-----------------------------------------------------------------------------
75 #-----------------------------------------------------------------------------
76
76
77 # Change this when incrementing the kernel protocol version
77 # Change this when incrementing the kernel protocol version
78 protocol_version = [1, 1]
78 protocol_version = [4, 0]
79
79
80 # ISO8601-ify datetime objects
80 # ISO8601-ify datetime objects
81 json_packer = lambda obj: jsonapi.dumps(obj, default=date_default)
81 json_packer = lambda obj: jsonapi.dumps(obj, default=date_default)
General Comments 0
You need to be logged in to leave comments. Login now