Skip to content

Commit a19c030

Browse files
committed
Set version to 4.10.0
1 parent a71a2a0 commit a19c030

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGES.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
Changelog
22
=========
33

4-
UNRELEASED
5-
----------
4+
Version 4.10.0
5+
--------------
6+
7+
Date: 2018-10-19
68

79
- Add support and testing for Django 2.1 and Python 3.7. No actual code changes
810
were required.
911
- 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+
1022

1123
Version 4.9.0
1224
-------------

django_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = (4, 9, 0)
3+
VERSION = (4, 10, 0)
44
__version__ = '.'.join(map(str, VERSION))
55

66

doc/content.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
django-redis documentation
22
==========================
33
Andrey Antukh, <niwi@niwi.be>
4-
4.9.0
4+
4.10.0
55
:toc: left
66
:numbered:
77
:source-highlighter: pygments
@@ -38,7 +38,7 @@ Because:
3838
Supported django-redis versions
3939
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4040

41-
- Supported stable version: *4.9.0*
41+
- Supported stable version: *4.10.0*
4242
4343
4444
How version number is handled

0 commit comments

Comments
 (0)