File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ Anès Foufa <https://github.com/AnesFoufa>
18
18
Segyo Myung <https://github.com/myungsegyo>
19
19
20
20
translate to valkey API:
21
- Amirreza Sohrabi far <https://github.com/amirreza8002>
21
+ Amirreza Sohrabi far <https://github.com/amirreza8002>
22
+ q0w <https://github.com/q0w>
23
+ Christian Clauss <https://github.com/cclauss>
Original file line number Diff line number Diff line change
1
+ Version 0.3.1
2
+ -------------
3
+
4
+ - allow access to ` make_key ` and ` make_pattern ` from backend
5
+ - fix typos
6
+ - update pre-commit hooks
7
+ - add codespell
8
+ - attend a deprecated function in testcase
9
+ - add django 6 as supported version
10
+
1
11
Version 0.3.0
2
12
-------------
3
13
Original file line number Diff line number Diff line change 1
- VERSION = (0 , 3 , 0 )
1
+ VERSION = (0 , 3 , 1 )
2
2
__version__ = "." .join (map (str , VERSION ))
3
3
4
4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " django-valkey"
7
- version = " 0.3.0 "
7
+ version = " 0.3.1 "
8
8
description = " a valkey backend for django"
9
9
readme = " README.rst"
10
10
requires-python = " >=3.10"
@@ -30,6 +30,8 @@ classifiers = [
30
30
" Framework :: Django :: 5.0" ,
31
31
" Framework :: Django :: 5.1" ,
32
32
" Framework :: Django :: 5.2" ,
33
+ " Framework :: Django :: 6" ,
34
+ " Framework :: Django :: 6.0"
33
35
]
34
36
35
37
dependencies = [
You can’t perform that action at this time.
0 commit comments