Skip to content

Commit 80a81fd

Browse files
authored
Version 3.14.1 release (#422)
1 parent b052281 commit 80a81fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def find_stub_files(name: str) -> List[str]:
2121

2222
dependencies = [
2323
"mypy>=0.991",
24-
"django-stubs>=1.13.0",
24+
"django-stubs>=4.2.1",
2525
"typing-extensions>=3.10.0",
2626
"requests>=2.0.0",
2727
"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.14.0",
39+
version="3.14.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)