Skip to content

Commit e0aaa1f

Browse files
committed
Set version to 4.7.0.
1 parent 984bf24 commit e0aaa1f

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGES.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
Changelog
22
=========
33

4+
Version 4.7.0
5+
-------------
6+
7+
Date: 2017-01-02
8+
9+
- Add the ability to enable write to slave when master is not available.
10+
- Add `itersize` parameter to `delete_pattern`.
11+
12+
413
Version 4.6.0
514
-------------
615

7-
Date: unreleased
16+
Date: 2016-11-02
817

918
- Fix incorrect behavior of `clear()` method.
1019

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, 6, 0)
3+
VERSION = (4, 7, 0)
44
__version__ = '.'.join(map(str, VERSION))
55

66

doc/content.adoc

Lines changed: 3 additions & 3 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.6.0
4+
4.7.0
55
:toc: left
66
:numbered:
77
:source-highlighter: pygments
@@ -31,14 +31,14 @@ Because:
3131
- Facilities for raw access to Redis client/connection pool.
3232
- Highly configurable (can emulate memcached exception behavior, for example).
3333
- Unix sockets supported by default.
34-
- With support for python 2.7, 3.4 and 3.5
34+
- With support for python 2.7, 3.4, 3.5 and 3.6
3535
3636
3737
3838
Supported django-redis versions
3939
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4040

41-
- Supported stable version: *4.6.0*
41+
- Supported stable version: *4.7.0*
4242
- Supported stable version: *3.8.4*
4343
4444

0 commit comments

Comments
 (0)