Skip to content

Commit 83b4f5e

Browse files
author
Srikalyan Swayampakula
committed
Fixed the versioning issue and releasing 2.9.2.
1 parent 1c7d780 commit 83b4f5e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 2.9.2
2+
- Fixed the versioning issue.
3+
14
Version 2.9.1
25
- Support for `from_url`
36
- Support for `transaction`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
# Match releases to redis-py versions
6-
__version__ = '2.9.1'
6+
__version__ = '2.9.2'
77

88
# Jenkins will replace __build__ with a unique value.
99
__build__ = ''

0 commit comments

Comments
 (0)