Skip to content

Commit c09ad9b

Browse files
committed
Preparing release 5.4.0
1 parent a582fe4 commit c09ad9b

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Changelog
33

44
.. towncrier release notes start
55
6+
django-redis 5.4.0 (2023-10-01)
7+
===============================
8+
9+
Features
10+
--------
11+
12+
- Connection factory goes to cache options (`#680 <https://github.com/jazzband/django-redis/issues/680>`_)
13+
14+
15+
Documentation
16+
-------------
17+
18+
- Added note in docs for correctly configuring hiredis parser when using redis-py version 5. (`#677 <https://github.com/jazzband/django-redis/issues/677>`_)
19+
20+
621
django-redis 5.3.0 (2023-06-16)
722
===============================
823

changelog.d/677.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/680.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

django_redis/__init__.py

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

44

0 commit comments

Comments
 (0)