File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- UNRELEASED
5
- ----------
4
+ Version 4.10.0
5
+ --------------
6
+
7
+ Date: 2018-10-19
6
8
7
9
- Add support and testing for Django 2.1 and Python 3.7. No actual code changes
8
10
were required.
9
11
- Add support for redis-py 3.0.
12
+ - Add touch command.
13
+
14
+
15
+ Version 4.9.1
16
+ -------------
17
+
18
+ Date: 2018-10-19
19
+
20
+ - Pin redis version to 2.10.6
21
+
10
22
11
23
Version 4.9.0
12
24
-------------
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = (4 , 9 , 0 )
3
+ VERSION = (4 , 10 , 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.9 .0
4
+ 4.10 .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.9 .0*
41
+ - Supported stable version: *4.10 .0*
42
42
43
43
44
44
How version number is handled
You can’t perform that action at this time.
0 commit comments