Skip to content

Commit

Permalink
Merge pull request #683 from WisdomPill/release540
Browse files Browse the repository at this point in the history
Preparing release 5.4.0
  • Loading branch information
WisdomPill authored Oct 1, 2023
2 parents a582fe4 + c09ad9b commit 2a3770f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Changelog

.. towncrier release notes start
django-redis 5.4.0 (2023-10-01)
===============================

Features
--------

- Connection factory goes to cache options (`#680 <https://github.com/jazzband/django-redis/issues/680>`_)


Documentation
-------------

- Added note in docs for correctly configuring hiredis parser when using redis-py version 5. (`#677 <https://github.com/jazzband/django-redis/issues/677>`_)


django-redis 5.3.0 (2023-06-16)
===============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/677.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/680.feature

This file was deleted.

2 changes: 1 addition & 1 deletion django_redis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (5, 3, 0)
VERSION = (5, 4, 0)
__version__ = ".".join(map(str, VERSION))


Expand Down

0 comments on commit 2a3770f

Please sign in to comment.