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