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

Commit

Permalink
Merge branch 'unstable'
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Dec 15, 2016
2 parents f1c8604 + f062344 commit 0881329
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release Notes
=============

Next release (??? ??, 2016)
---------------------------
1.3.3 (Dec 15, 2016)
--------------------

* Remove print statement that was faulty commited into release 1.3.2 that case logs to fill up with unwanted data.

Expand Down
2 changes: 1 addition & 1 deletion rediscluster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setattr(redis, "StrictClusterPipeline", StrictClusterPipeline)

# Major, Minor, Fix version
__version__ = (1, 3, 2)
__version__ = (1, 3, 3)

if sys.version_info[0:3] == (3, 4, 0):
raise RuntimeError("CRITICAL: rediscluster do not work with python 3.4.0. Please use 3.4.1 or higher.")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="redis-py-cluster",
version="1.3.2",
version="1.3.3",
description="Cluster library for redis 3.0.0 built on top of redis-py lib",
long_description=readme + '\n\n' + history,
author="Johan Andersson",
Expand Down

0 comments on commit 0881329

Please sign in to comment.