Skip to content

Commit 6873b75

Browse files
authored
Version 3.14.0 release (#398)
* Version 3.14.0 release * Update to django-stubs 4.2.0
1 parent 7660f0e commit 6873b75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ djangorestframework==3.14.0
77
types-pytz==2023.3.0.0
88
types-requests==2.28.11.17
99
types-urllib3==1.26.25.10
10-
django-stubs==1.16.0
11-
django-stubs-ext==0.8.0
10+
django-stubs==4.2.0
11+
django-stubs-ext==4.2.0
1212
-e .[compatible-mypy,coreapi,markdown]

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:
3636

3737
setup(
3838
name="djangorestframework-stubs",
39-
version="1.10.0",
39+
version="3.14.0",
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)