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 10ca9aa commit 23f1552Copy full SHA for 23f1552
CHANGES.rst
@@ -1,3 +1,8 @@
1
+Version 0.1.7
2
+-------------
3
+
4
+- added ``AsyncHerdClient``
5
6
Version 0.1.6
7
-------------
8
django_valkey/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 6)
+VERSION = (0, 1, 7)
__version__ = ".".join(map(str, VERSION))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-valkey"
-version = "0.1.6"
+version = "0.1.7"
license = "BSD-3-Caluse"
description = "a valkey cache and session backend for django"
authors = ["amirreza <amir.rsf1380@gmail.com>"]
0 commit comments