Skip to content

Commit

Permalink
prepare release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Bogensberger committed Jun 3, 2014
1 parent 1f9a67e commit b028f74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
=================
Expand Down
2 changes: 1 addition & 1 deletion src/crate/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b028f74

Please sign in to comment.