Skip to content

Commit aaf4767

Browse files
authored
Merge pull request #65 from amirreza8002/0.3.2
0.3.2
2 parents bd0fc58 + a3049c6 commit aaf4767

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.3.2
2+
-------------
3+
4+
- add `decr_version` method to be compatible with django's `BaseCache`
5+
16
Version 0.3.1
27
-------------
38

django_valkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 3, 1)
1+
VERSION = (0, 3, 2)
22
__version__ = ".".join(map(str, VERSION))
33

44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-valkey"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "a valkey backend for django"
99
readme = "README.rst"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)