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 )
22__version__ = "." .join (map (str , VERSION ))
33
44
Original file line number Diff line number Diff line change 11[project ]
22name = " django-valkey"
3- version = " 0.2.0.post1 "
3+ version = " 0.2.1 "
44description = " a valkey backend for django"
55authors = [
66 {
name =
" amirreza" ,
email =
" [email protected] " }
@@ -30,7 +30,6 @@ requires-python = ">=3.10"
3030dependencies = [
3131 " django (>=4.2.20)" ,
3232 " valkey (>=6.0.2)" ,
33- " sphinx (>=8.0.2)" ,
3433]
3534
3635[project .optional-dependencies ]
@@ -64,6 +63,7 @@ ruff = "^0.11.0"
6463
6564[tool .poetry .group .docs .dependencies ]
6665sphinx-pdj-theme = " ^0.5.0"
66+ sphinx = " >=8.0.2"
6767
6868[build-system ]
6969requires = [" poetry-core>=2.0.0,<3.0.0" ]
You can’t perform that action at this time.
0 commit comments