From b6cf90d82f218d50fc255cc08d02f734d87871f9 Mon Sep 17 00:00:00 2001 From: Brad Schoening Date: Fri, 24 Mar 2023 12:55:01 -0400 Subject: [PATCH 1/2] Updated version 6.1.2 --- README.md | 4 +++- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ed6ac6..1b3302b 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,14 @@ Unfortunately the Cassandra project does not always increment the `cqlsh` versio release we need to document not only the `cqlsh` version but also the `cassandra` version in which it shipped. -#### 6.1.1 (March 23, 2023) +#### 6.1.2 (March 24, 2023) This packages `cqlsh` `6.1.0` from [Cassandra 4.1.1](https://github.com/apache/cassandra/blob/cassandra-4.1.0/bin/cqlsh.py): * Now supports Python 3.11. * Although this is pulled from a Cassandra `4.x` release, it is protocol compatible with Cassandra `3.x` clusters, with the exception of DESCRIBE keywords which require a 4.x cluster. +Note: 6.1.1 was removed due to a mismatch in versioning. + #### 6.1.0 (Jan 4, 2023) This packages `cqlsh` `6.1.0` from [Cassandra 4.1](https://github.com/apache/cassandra/blob/cassandra-4.1.0/bin/cqlsh.py): diff --git a/setup.cfg b/setup.cfg index dda8bbe..c3c9bb3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cqlsh -version = 6.1.1 +version = 6.1.2 author = Jeff Widman author_email = jeff@jeffwidman.com description = cqlsh is a Python-based command-line client for running CQL commands on a cassandra cluster. From 5860e1dfbb657c9cd422967cface615b59450d4e Mon Sep 17 00:00:00 2001 From: Brad Schoening Date: Fri, 24 Mar 2023 13:22:04 -0400 Subject: [PATCH 2/2] updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3302b..e0d12ba 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ This packages `cqlsh` `6.1.0` from [Cassandra 4.1.1](https://github.com/apache/c * Now supports Python 3.11. * Although this is pulled from a Cassandra `4.x` release, it is protocol compatible with Cassandra `3.x` clusters, with the exception of DESCRIBE keywords which require a 4.x cluster. -Note: 6.1.1 was removed due to a mismatch in versioning. +#### 6.1.1 (skipped due to a versioning issue) #### 6.1.0 (Jan 4, 2023)