Skip to content

Commit

Permalink
version bump to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andymccurdy committed Jan 2, 2014
1 parent 89504b9 commit fcee399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 2.8.1 (in development)
* 2.9.0
* Performance improvement for packing commands when using the PythonParser.
Thanks Guillaume Viot.
* Executing an empty pipeline transaction no longer sends MULTI/EXEC to
Expand Down
2 changes: 1 addition & 1 deletion redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)


__version__ = '2.8.0'
__version__ = '2.9.0'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit fcee399

Please sign in to comment.