cqlsh version 2.0.0 -> 2.1.0
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1387d92f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1387d92f Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1387d92f Branch: refs/heads/trunk Commit: 1387d92fcd7620ee1e2c0e93970220ddc0fddde1 Parents: b634488 Author: paul cannon <[email protected]> Authored: Thu Jan 26 00:05:07 2012 -0600 Committer: Eric Evans <[email protected]> Committed: Sun Jan 29 19:01:25 2012 -0600 ---------------------------------------------------------------------- bin/cqlsh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/1387d92f/bin/cqlsh ---------------------------------------------------------------------- diff --git a/bin/cqlsh b/bin/cqlsh index c30bc58..6ea8600 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -32,7 +32,7 @@ exit 1 from __future__ import with_statement description = "CQL Shell for Apache Cassandra" -version = "2.0.0" +version = "2.1.0" from StringIO import StringIO from itertools import groupby
