8000 release 3.24: changelog & version · datastax/python-driver@e0b7e73 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0b7e73

Browse files
committed
release 3.24: changelog & version
1 parent a1ba1f3 commit e0b7e73

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
3.24.0
22
======
3-
Not released
3+
June 18, 2020
44

55
Features
66
--------
@@ -12,14 +12,15 @@ Bug Fixes
1212
---------
1313
* Unable to connect to a cloud cluster using Ubuntu 20.04 (PYTHON-1238)
1414
* 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)
1616
* [GRAPH] Can't write data in a Boolean field using the Fluent API (PYTHON-1239)
1717
* [GRAPH] Fix elementMap() result deserialization (PYTHON-1233)
1818

1919
Others
2020
------
2121
* Bump geomet dependency version to 0.2 (PYTHON-1243)
2222
* Bump gremlinpython dependency version to 3.4.6 (PYTHON-1212)
23+
* Improve fluent graph documentation for core graphs (PYTHON-1244)
2324

2425
3.23.0
2526
======

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def emit(self, record):
2222

2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

25-
__version_info__ = (3, 23, 0, 'post0')
25+
__version_info__ = (3, 24, 0)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

0 commit comments

Comments
 (0)
0