Skip to content

Commit 571900a

Browse files
committed
Prepare for the next release
1 parent 8ebf858 commit 571900a

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGES.txt

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

4-
UNRELEASED
5-
----------
4+
Version 4.11.0
5+
--------------
6+
7+
Date: 2019-12-13
68

79
- Removed support for Python 2.7 and 3.4.
10+
- Removed support for Django 2.0 and 2.1.
11+
- Added support for Python 3.8.
12+
- Added support for Django 2.2 and 3.0.
13+
- Changed msgpack-python soft dependency to msgpack.
14+
- Fixed ``.touch()`` method for sharded client.
15+
- Fixed prefix escaping for the sharded client.
16+
- Fixed ``.add()`` method to return a bool.
817

918
Version 4.10.0
1019
--------------

django_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (4, 10, 0)
1+
VERSION = (4, 11, 0)
22
__version__ = '.'.join(map(str, VERSION))
33

44

doc/content.adoc

Lines changed: 1 addition & 1 deletion
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.10.0
4+
4.11.0
55
:toc: left
66
:numbered:
77
:source-highlighter: pygments

0 commit comments

Comments
 (0)