Skip to content

Commit

Permalink
Set version to 4.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Apr 25, 2017
1 parent 371dc17 commit 2b4a216
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Changelog
=========

Version 4.7.0
Version 4.8.0
-------------

Date: UNRELEASED
Date: 2017-04-25

- Drop deprecated exception with typo ConnectionInterrumped. Use
ConnectionInterrupted instead.
- Remove many workarounds related to old and not supported versions
of django and redis-py.
- Code cleaning and flake8 compliance fixes.
- Add better impl for `close` method.
- Fix compatibility warnings with python 3.6


Version 4.7.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion django_redis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

VERSION = (4, 7, 0)
VERSION = (4, 8, 0)
__version__ = '.'.join(map(str, VERSION))


Expand Down
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-redis documentation
==========================
Andrey Antukh, <niwi@niwi.be>
4.7.0
4.8.0
:toc: left
:numbered:
:source-highlighter: pygments
Expand Down Expand Up @@ -38,7 +38,7 @@ Because:
Supported django-redis versions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Supported stable version: *4.7.0*
- Supported stable version: *4.8.0*
- Supported stable version: *3.8.4*
Expand Down

0 comments on commit 2b4a216

Please sign in to comment.