Skip to content

Commit 7c57faf

Browse files
authored
Version 3.14.2 release (#440)
1 parent d619e26 commit 7c57faf

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>=4.2.1",
24+
"django-stubs>=4.2.2",
2525
"typing-extensions>=3.10.0",
2626
"requests>=2.0.0",
2727
"types-requests>=0.1.12",
@@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]:
3737

3838
setup(
3939
name="djangorestframework-stubs",
40-
version="3.14.1",
40+
version="3.14.2",
4141
description="PEP-484 stubs for django-rest-framework",
4242
long_description=readme,
4343
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)