Skip to content

Commit 5ac9749

Browse files
authored
Version 3.15.1 release (#659)
1 parent dc75658 commit 5ac9749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def find_stub_files(name: str) -> List[str]:
2020
readme = f.read()
2121

2222
dependencies = [
23-
"django-stubs>=5.0.0",
23+
"django-stubs>=5.0.4",
2424
"typing-extensions>=3.10.0",
2525
"requests>=2.0.0",
2626
"types-requests>=0.1.12",
@@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:
3636

3737
setup(
3838
name="djangorestframework-stubs",
39-
version="3.15.0",
39+
version="3.15.1",
4040
description="PEP-484 stubs for django-rest-framework",
4141
long_description=readme,
4242
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)