Increase the cqlsh version number

patch by Jeff Widman; reviewed by Benjamin Lerer for CASSANDRA-16509
This commit is contained in:
Jeff Widman 2021-03-09 15:31:47 -08:00 committed by Benjamin Lerer
parent 92fe6a37fc
commit 021232006c
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
4.0-beta5
* Increase the cqlsh version number (CASSANDRA-16509)
* Fix the CQL generated for the views.where_clause column when some identifiers require quoting (CASSANDRA-16479)
* Send FAILED_SESSION_MSG on shutdown and on in-progress repairs during startup (CASSANDRA-16425)
* Reinstate removed ApplicationState padding (CASSANDRA-16484)

View File

@ -45,7 +45,7 @@ UTF8 = 'utf-8'
CP65001 = 'cp65001' # Win utf-8 variant
description = "CQL Shell for Apache Cassandra"
version = "5.0.1"
version = "6.0.0"
readline = None
try: