We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505e293 commit 6f4f18bCopy full SHA for 6f4f18b
CHANGES.rst
@@ -1,3 +1,10 @@
1
+Version 0.1.8
2
+-------------
3
+
4
+- Added ``AsyncSentinelClient``
5
6
+- internal bug fix
7
8
Version 0.1.7
9
-------------
10
django_valkey/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 7)
+VERSION = (0, 1, 8)
__version__ = ".".join(map(str, VERSION))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-valkey"
-version = "0.1.7"
+version = "0.1.8"
license = "BSD-3-Caluse"
description = "a valkey cache and session backend for django"
authors = ["amirreza <amir.rsf1380@gmail.com>"]
0 commit comments