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

brandonwilliams 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 96cecdb  Increase cqlsh version to 6.1.0
96cecdb is described below

commit 96cecdbaa685b86bd2ac1d10545f9b9a39bbfdea
Author: Brad Schoening <5796692+bschoen...@users.noreply.github.com>
AuthorDate: Wed Mar 16 14:45:05 2022 -0400

    Increase cqlsh version to 6.1.0
    
    Patch by Brad Schoening; reviewed by bereng and brandonwilliams for
    CASSANDRA-17432
---
 CHANGES.txt  | 1 +
 README.asc   | 2 +-
 bin/cqlsh.py | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 09f352c..e2575ff 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 4.1
+ * Increase cqlsh version (CASSANDRA-17432)
  * Update SUPPORTED_UPGRADE_PATHS to include 3.0 and 3.x to 4.1 paths and 
remove obsolete tests (CASSANDRA-17362)
  * Support DELETE in CQLSSTableWriter (CASSANDRA-14797)
  * Failed inbound internode authentication failures generate ugly warning with 
stack trace (CASSANDRA-17068)
diff --git a/README.asc b/README.asc
index 27850cd..3c40bf4 100644
--- a/README.asc
+++ b/README.asc
@@ -39,7 +39,7 @@ be sitting in front of a prompt:
 
 ----
 Connected to Test Cluster at localhost:9160.
-[cqlsh 2.2.0 | Cassandra 1.2.0 | CQL spec 3.0.0 | Thrift protocol 19.35.0]
+[cqlsh 6.0.0 | Cassandra 4.0.2 | CQL spec 3.4.5 | Native protocol v5]
 Use HELP for help.
 cqlsh>
 ----
diff --git a/bin/cqlsh.py b/bin/cqlsh.py
index a75c25e..d292c17 100755
--- a/bin/cqlsh.py
+++ b/bin/cqlsh.py
@@ -45,7 +45,7 @@ if platform.python_implementation().startswith('Jython'):
 UTF8 = 'utf-8'
 
 description = "CQL Shell for Apache Cassandra"
-version = "6.0.0"
+version = "6.1.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