We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7d780 commit 83b4f5eCopy full SHA for 83b4f5e
CHANGES.md
@@ -1,3 +1,6 @@
1
+Version 2.9.2
2
+ - Fixed the versioning issue.
3
+
4
Version 2.9.1
5
- Support for `from_url`
6
- Support for `transaction`
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
# Match releases to redis-py versions
-__version__ = '2.9.1'
+__version__ = '2.9.2'
7
8
# Jenkins will replace __build__ with a unique value.
9
__build__ = ''
0 commit comments