Skip to content

Commit 1b30c0d

Browse files
mdumandagasimarslan
authored andcommittedApr 30, 2019
update client version to 3.12 (#169)
1 parent 3f66394 commit 1b30c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hazelcast/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
SERIALIZATION_VERSION = 1
77
CLIENT_TYPE = "PYH"
8-
CLIENT_VERSION_INFO = (3, 11)
8+
CLIENT_VERSION_INFO = (3, 12)
99
CLIENT_VERSION = ".".join(map(str, CLIENT_VERSION_INFO))
1010

1111

0 commit comments

Comments
 (0)