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