Skip to content

Commit 8e41cf4

Browse files
committed
0.1.6
1 parent e8abd46 commit 8e41cf4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.1.6
2+
-------------
3+
4+
- added ``blocking`` and ``lock_class`` to get_lock parameters.
5+
16
Version 0.1.5
27
-------------
38

django_valkey/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 5)
1+
VERSION = (0, 1, 6)
22
__version__ = ".".join(map(str, VERSION))
33

44

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-valkey"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
license = "BSD-3-Caluse"
55
description = "a valkey cache and session backend for django"
66
authors = ["amirreza <[email protected]>"]

0 commit comments

Comments
 (0)