Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 8fe8b71

Browse files
committed
Bump version to 1.3.5
1 parent 1bb5801 commit 8fe8b71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rediscluster/__init__.py

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

1818
# Major, Minor, Fix version
19-
__version__ = (1, 3, 4)
19+
__version__ = (1, 3, 5)
2020

2121
if sys.version_info[0:3] == (3, 4, 0):
2222
raise RuntimeError("CRITICAL: rediscluster do not work with python 3.4.0. Please use 3.4.1 or higher.")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="redis-py-cluster",
23-
version="1.3.4",
23+
version="1.3.5",
2424
description="Cluster library for redis 3.0.0 built on top of redis-py lib",
2525
long_description=readme + '\n\n' + history,
2626
author="Johan Andersson",

0 commit comments

Comments
 (0)