Skip to content

Commit ea1d7c3

Browse files
committed
Prepare for 0.2.0 release
1 parent 80a9da0 commit ea1d7c3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,17 @@ Accessing redis-py's Sentinel instance
8383
def index():
8484
slaves = redis_sentinel.sentinel.discover_slaves('service1')
8585
return jsonify(slaves=slaves)
86+
87+
Change log
88+
----------
89+
90+
v0.2.0
91+
~~~~~~
92+
93+
* Use config variables other than `REDIS_{HOST, PORT, DB}` even if `REDIS_URL` is used
94+
* Minor refactoring
95+
96+
v0.1.0
97+
~~~~~~
98+
99+
* Initial release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name='Flask-Redis-Sentinel',
77
py_modules=['flask_redis_sentinel'],
8-
version='0.1.0',
8+
version='0.2.0',
99
install_requires=['Flask>=0.10.1', 'redis>=2.10.3'],
1010
description='Redis-Sentinel integration for Flask',
1111
url='https://github.com/infinario/flask-redis-sentinel',

0 commit comments

Comments
 (0)