From b028f744f251f83c16f973c6a0ac2038a4bd3fff Mon Sep 17 00:00:00 2001 From: Philipp Bogensberger Date: Tue, 3 Jun 2014 11:19:51 +0200 Subject: [PATCH] prepare release 0.10.2 --- CHANGES.txt | 6 +++++- src/crate/client/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f7d4b411..868a1fba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,11 @@ Changes for crate ================= - - fix: return -1 for rowcount if rowcount attribute is missing in crate response +2014/06/03 0.10.2 +================= + + - fix: return -1 for rowcount if rowcount attribute is missing in crate + response 2014/05/21 0.10.1 ================= diff --git a/src/crate/client/__init__.py b/src/crate/client/__init__.py index ae12937b..34e06d4b 100644 --- a/src/crate/client/__init__.py +++ b/src/crate/client/__init__.py @@ -24,7 +24,7 @@ # version string read from setup.py using a regex. Take care not to break the # regex! -__version__ = "0.10.1" +__version__ = "0.10.2" apilevel = "2.0" threadsafety = 2