Skip to content

Commit 21818bc

Browse files
authored
Version 1.9.0 release (#357)
* Version 1.9.0 release * Bump django-stubs requirement
1 parent a038db8 commit 21818bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ djangorestframework==3.14.0
77
types-pytz==2022.7.1.2
88
types-requests==2.28.11.14
99
types-urllib3==1.26.25.7
10-
django-stubs==1.14.0
10+
django-stubs==1.15.0
1111
django-stubs-ext==0.7.0
1212
-e .[compatible-mypy,coreapi,markdown]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def find_stub_files(name):
3535

3636
setup(
3737
name="djangorestframework-stubs",
38-
version="1.8.0",
38+
version="1.9.0",
3939
description="PEP-484 stubs for django-rest-framework",
4040
long_description=readme,
4141
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)