Skip to content

Commit bc3e67a

Browse files
authored
Merge pull request #21 from ucfopen/develop
Develop
2 parents 9bc0a72 + d65fdfc commit bc3e67a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [3.1.1] - 2018-12-19
4+
5+
### Bugfixes
6+
7+
- Pinned older versions of Redis and RQ to maintain compatibility.
8+
39
## [3.1.0] - 2018-10-30
410

511
### General
@@ -38,6 +44,7 @@
3844

3945
- Initial release
4046

47+
[3.1.1]: https://github.com/ucfopen/quiz-extensions/compare/v3.1.0...v3.1.1
4148
[3.1.0]: https://github.com/ucfopen/quiz-extensions/compare/v3.0.0...v3.1.0
4249
[3.0.0]: https://github.com/ucfopen/quiz-extensions/compare/v2.0.0...v3.0.0
4350
[2.0.0]: https://github.com/ucfopen/quiz-extensions/compare/v1.0.0...v2.0.0

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ lxml==3.4.4
55
mysqlclient==1.3.13
66
oauth2==1.9.0.post1
77
requests==2.20.0
8-
rq==0.12.0
8+
redis<3.0
9+
rq==0.8.2

0 commit comments

Comments
 (0)