There was an error while loading. Please reload this page.
2 parents 9bc0a72 + d65fdfc commit bc3e67aCopy full SHA for bc3e67a
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [3.1.1] - 2018-12-19
4
+
5
+### Bugfixes
6
7
+- Pinned older versions of Redis and RQ to maintain compatibility.
8
9
## [3.1.0] - 2018-10-30
10
11
### General
@@ -38,6 +44,7 @@
38
44
39
45
- Initial release
40
46
47
+[3.1.1]: https://github.com/ucfopen/quiz-extensions/compare/v3.1.0...v3.1.1
41
48
[3.1.0]: https://github.com/ucfopen/quiz-extensions/compare/v3.0.0...v3.1.0
42
49
[3.0.0]: https://github.com/ucfopen/quiz-extensions/compare/v2.0.0...v3.0.0
43
50
[2.0.0]: https://github.com/ucfopen/quiz-extensions/compare/v1.0.0...v2.0.0
requirements.txt
@@ -5,4 +5,5 @@ lxml==3.4.4
mysqlclient==1.3.13
oauth2==1.9.0.post1
requests==2.20.0
-rq==0.12.0
+redis<3.0
+rq==0.8.2
0 commit comments