Skip to content

Commit 2b4a216

Browse files
committed
Set version to 4.8.0.
1 parent 371dc17 commit 2b4a216

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGES.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
Changelog
22
=========
33

4-
Version 4.7.0
4+
Version 4.8.0
55
-------------
66

7-
Date: UNRELEASED
7+
Date: 2017-04-25
88

99
- Drop deprecated exception with typo ConnectionInterrumped. Use
1010
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+
1117

1218
Version 4.7.0
1319
-------------

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, 7, 0)
3+
VERSION = (4, 8, 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.7.0
4+
4.8.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.7.0*
41+
- Supported stable version: *4.8.0*
4242
- Supported stable version: *3.8.4*
4343
4444

0 commit comments

Comments
 (0)