File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Version 4.7 .0
4
+ Version 4.8 .0
5
5
-------------
6
6
7
- Date: UNRELEASED
7
+ Date: 2017-04-25
8
8
9
9
- Drop deprecated exception with typo ConnectionInterrumped. Use
10
10
ConnectionInterrupted instead.
11
+ - Remove many workarounds related to old and not supported versions
12
+ of django and redis-py.
13
+ - Code cleaning and flake8 compliance fixes.
14
+ - Add better impl for `close` method.
15
+ - Fix compatibility warnings with python 3.6
16
+
11
17
12
18
Version 4.7.0
13
19
-------------
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = (4 , 7 , 0 )
3
+ VERSION = (4 , 8 , 0 )
4
4
__version__ = '.' .join (map (str , VERSION ))
5
5
6
6
Original file line number Diff line number Diff line change 1
1
django-redis documentation
2
2
==========================
3
3
Andrey Antukh, <niwi @niwi.be >
4
- 4.7 .0
4
+ 4.8 .0
5
5
:toc: left
6
6
:numbered:
7
7
:source-highlighter: pygments
@@ -38,7 +38,7 @@ Because:
38
38
Supported django-redis versions
39
39
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40
40
41
- - Supported stable version: *4.7 .0*
41
+ - Supported stable version: *4.8 .0*
42
42
- Supported stable version: *3.8.4*
43
43
44
44
You can’t perform that action at this time.
0 commit comments