mirror of https://github.com/apache/cassandra
Increase the cqlsh version number
patch by Jeff Widman; reviewed by Benjamin Lerer for CASSANDRA-16509
This commit is contained in:
parent
92fe6a37fc
commit
021232006c
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue