Skip to content

Commit

Permalink
2.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andymccurdy committed May 18, 2012
1 parent 2dc8202 commit d2a7156
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.4.13 (in development)
* 2.4.13
* redis.from_url() can take an URL representing a Redis connection string
and return a client object. Thanks Kenneth Reitz for the patch.
* 2.4.12
Expand Down
2 changes: 1 addition & 1 deletion redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)


__version__ = '2.4.12'
__version__ = '2.4.13'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit d2a7156

Please sign in to comment.