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

Commit f062344

Browse files
committed
Bump version to 1.3.3 in preperation for next release
1 parent 4fb6b47 commit f062344

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/release-notes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
=============
33

4+
1.3.3 (Dec 15, 2016)
5+
--------------------
6+
7+
* Remove print statement that was faulty commited into release 1.3.2 that case logs to fill up with unwanted data.
8+
49
1.3.2 (Nov 27, 2016)
510
--------------------
611

rediscluster/__init__.py

+1-1
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, 2)
19+
__version__ = (1, 3, 3)
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="redis-py-cluster",
23-
version="1.3.2",
23+
version="1.3.3",
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)