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>
1818Segyo Myung <https://github.com/myungsegyo>
1919
2020translate 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+
111Version 0.3.0
212-------------
313
Original file line number Diff line number Diff line change 1- VERSION = (0 , 3 , 0 )
1+ VERSION = (0 , 3 , 1 )
22__version__ = "." .join (map (str , VERSION ))
33
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " django-valkey"
7- version = " 0.3.0 "
7+ version = " 0.3.1 "
88description = " a valkey backend for django"
99readme = " README.rst"
1010requires-python = " >=3.10"
@@ -30,6 +30,8 @@ classifiers = [
3030 " Framework :: Django :: 5.0" ,
3131 " Framework :: Django :: 5.1" ,
3232 " Framework :: Django :: 5.2" ,
33+ " Framework :: Django :: 6" ,
34+ " Framework :: Django :: 6.0"
3335]
3436
3537dependencies = [
You can’t perform that action at this time.
0 commit comments