Skip to content

Commit

Permalink
prepare release 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Jul 25, 2014
1 parent 4d4895d commit a43a109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Expand Up @@ -2,8 +2,8 @@
Changes for crate
=================

Unreleased
==========
2014/07/25 0.10.7
=================

- fix: ``cursor.executemany()`` now correctly sets the cursor description

Expand Down
2 changes: 1 addition & 1 deletion src/crate/client/__init__.py
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.6"
__version__ = "0.10.7"

apilevel = "2.0"
threadsafety = 2
Expand Down

0 comments on commit a43a109

Please sign in to comment.