We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b0f39 commit ada0a68Copy full SHA for ada0a68
CHANGELOG.rst
@@ -18,6 +18,12 @@ inital ``MINOR`` releases such as ``18.0`` or ``19.2``.
18
19
.. snip
20
21
+18.3 (2018-12-20)
22
+~~~~~~~~~~~~~~~~~
23
+
24
+- **IMPORTANT!** Reqires redis-py >= 3.0 since RQ and rq-scheduler have
25
+ switched to that requirement. Please upgrade as soon as possible.
26
27
18.2.2 (2018-12-20)
28
~~~~~~~~~~~~~~~~~~~
29
@@ -27,7 +33,7 @@ inital ``MINOR`` releases such as ``18.0`` or ``19.2``.
33
18.2, 18.2.1 (2018-11-29)
34
~~~~~~~~~~~~~~~~~~~~~~~~~
35
30
-- Require redis-py < 3.0.0 as long as RQ hasn't been made compatible to
36
+- Requires redis-py < 3.0.0 as long as RQ hasn't been made compatible to
31
37
that version. Please don't update redis-py to 3.x yet, it will break
32
38
using RQ.
39
0 commit comments