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 bd0fc58 commit a3049c6Copy full SHA for a3049c6
CHANGES.md
@@ -1,3 +1,8 @@
1
+Version 0.3.2
2
+-------------
3
+
4
+- add `decr_version` method to be compatible with django's `BaseCache`
5
6
Version 0.3.1
7
-------------
8
django_valkey/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 3, 1)
+VERSION = (0, 3, 2)
__version__ = ".".join(map(str, VERSION))
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "django-valkey"
-version = "0.3.1"
+version = "0.3.2"
description = "a valkey backend for django"
9
readme = "README.rst"
10
requires-python = ">=3.10"
0 commit comments