Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Oct 7, 2024
1 parent e8abd46 commit 8e41cf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.1.6
-------------

- added ``blocking`` and ``lock_class`` to get_lock parameters.

Version 0.1.5
-------------

Expand Down
2 changes: 1 addition & 1 deletion django_valkey/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 5)
VERSION = (0, 1, 6)
__version__ = ".".join(map(str, VERSION))


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 8e41cf4

Please sign in to comment.