Skip to content

Commit 4e7f2d4

Browse files
authored
Fixed release number (#582)
1 parent b5b006b commit 4e7f2d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
.. towncrier release notes start
55
6-
django-redis 5.1.0 (2021-12-22)
6+
django-redis 5.2.0 (2021-12-22)
77
===============================
88

99
Bug Fixes

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, 1, 0)
1+
VERSION = (5, 2, 0)
22
__version__ = ".".join(map(str, VERSION))
33

44

0 commit comments

Comments
 (0)