Skip to content

Commit

Permalink
Release v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Mar 9, 2014
1 parent a3957cc commit 95accb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-03-09 Version 2.10.2

* Made it easier to modify data on a task_handler
* Better unicode support

2014-02-03 Version 2.10.1

* 2.10.0 made certain queries go through the formatter even without
Expand Down
2 changes: 1 addition & 1 deletion memsql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" MemSQL-python
"""

__version__ = "2.10.1"
__version__ = "2.10.2"

0 comments on commit 95accb1

Please sign in to comment.