Skip to content

Commit

Permalink
Fixed the versioning issue and releasing 2.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Srikalyan Swayampakula committed Apr 18, 2016
1 parent 1c7d780 commit 83b4f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 2.9.2
- Fixed the versioning issue.

Version 2.9.1
- Support for `from_url`
- Support for `transaction`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

# Match releases to redis-py versions
__version__ = '2.9.1'
__version__ = '2.9.2'

# Jenkins will replace __build__ with a unique value.
__build__ = ''
Expand Down

0 comments on commit 83b4f5e

Please sign in to comment.