This is an automated email from the ASF dual-hosted git repository.

blerer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0212320  Increase the cqlsh version number
0212320 is described below

commit 021232006c65b31a058735c5cc574096be4e8fe9
Author: Jeff Widman <j...@jeffwidman.com>
AuthorDate: Tue Mar 9 15:31:47 2021 -0800

    Increase the cqlsh version number
    
    patch by Jeff Widman; reviewed by Benjamin Lerer for CASSANDRA-16509
---
 CHANGES.txt  | 1 +
 bin/cqlsh.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index b470000..e752f09 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)
diff --git a/bin/cqlsh.py b/bin/cqlsh.py
index 6c8ff3c..d12c504 100755
--- a/bin/cqlsh.py
+++ b/bin/cqlsh.py
@@ -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:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to