Skip to content

Commit 415125e

Browse files
committed
Releasing 2.4.10
1 parent 0d3ac6f commit 415125e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* 2.4.10 (in development)
1+
* 2.4.10
22
* Buffer reads from socket in the PythonParser. Fix for a Windows-specific
33
bug (#205).
44
* Added the OBJECT and DEBUG OBJECT commands.

redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)
1717

1818

19-
__version__ = '2.4.9'
19+
__version__ = '2.4.10'
2020
VERSION = tuple(map(int, __version__.split('.')))
2121

2222
__all__ = [

0 commit comments

Comments
 (0)