File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
3.24.0
2
2
======
3
- Not released
3
+ June 18, 2020
4
4
5
5
Features
6
6
--------
@@ -12,14 +12,15 @@ Bug Fixes
12
12
---------
13
13
* Unable to connect to a cloud cluster using Ubuntu 20.04 (PYTHON-1238)
14
14
* PlainTextAuthProvider fails with unicode chars and Python3 (PYTHON-1241)
15
- * Graph execution profiles consistency level are not set to LOCAL_QUORUM with a cloud cluster (PYTHON-1240)
15
+ * [GRAPH] Graph execution profiles consistency level are not set to LOCAL_QUORUM with a cloud cluster (PYTHON-1240)
16
16
* [GRAPH] Can't write data in a Boolean field using the Fluent API (PYTHON-1239)
17
17
* [GRAPH] Fix elementMap() result deserialization (PYTHON-1233)
18
18
19
19
Others
20
20
------
21
21
* Bump geomet dependency version to 0.2 (PYTHON-1243)
22
22
* Bump gremlinpython dependency version to 3.4.6 (PYTHON-1212)
23
+ * Improve fluent graph documentation for core graphs (PYTHON-1244)
23
24
24
25
3.23.0
25
26
======
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def emit(self, record):
22
22
23
23
logging .getLogger ('cassandra' ).addHandler (NullHandler ())
24
24
25
- __version_info__ = (3 , 23 , 0 , 'post0' )
25
+ __version_info__ = (3 , 24 , 0 )
26
26
__version__ = '.' .join (map (str , __version_info__ ))
27
27
28
28
You can’t perform that action at this time.
0 commit comments