We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a038db8 commit 21818bcCopy full SHA for 21818bc
requirements.txt
@@ -7,6 +7,6 @@ djangorestframework==3.14.0
7
types-pytz==2022.7.1.2
8
types-requests==2.28.11.14
9
types-urllib3==1.26.25.7
10
-django-stubs==1.14.0
+django-stubs==1.15.0
11
django-stubs-ext==0.7.0
12
-e .[compatible-mypy,coreapi,markdown]
setup.py
@@ -35,7 +35,7 @@ def find_stub_files(name):
35
36
setup(
37
name="djangorestframework-stubs",
38
- version="1.8.0",
+ version="1.9.0",
39
description="PEP-484 stubs for django-rest-framework",
40
long_description=readme,
41
long_description_content_type="text/markdown",
0 commit comments