File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- VERSION = (0 , 2 , 0 )
1
+ VERSION = (0 , 2 , 1 )
2
2
__version__ = "." .join (map (str , VERSION ))
3
3
4
4
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " django-valkey"
3
- version = " 0.2.0.post1 "
3
+ version = " 0.2.1 "
4
4
description = " a valkey backend for django"
5
5
authors = [
6
6
{
name =
" amirreza" ,
email =
" [email protected] " }
@@ -30,7 +30,6 @@ requires-python = ">=3.10"
30
30
dependencies = [
31
31
" django (>=4.2.20)" ,
32
32
" valkey (>=6.0.2)" ,
33
- " sphinx (>=8.0.2)" ,
34
33
]
35
34
36
35
[project .optional-dependencies ]
@@ -64,6 +63,7 @@ ruff = "^0.11.0"
64
63
65
64
[tool .poetry .group .docs .dependencies ]
66
65
sphinx-pdj-theme = " ^0.5.0"
66
+ sphinx = " >=8.0.2"
67
67
68
68
[build-system ]
69
69
requires = [" poetry-core>=2.0.0,<3.0.0" ]
You can’t perform that action at this time.
0 commit comments