Skip to content

Commit

Permalink
Version 1.9.0 release (#357)
Browse files Browse the repository at this point in the history
* Version 1.9.0 release
* Bump django-stubs requirement
  • Loading branch information
intgr committed Feb 22, 2023
1 parent a038db8 commit 21818bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -7,6 +7,6 @@ djangorestframework==3.14.0
types-pytz==2022.7.1.2
types-requests==2.28.11.14
types-urllib3==1.26.25.7
django-stubs==1.14.0
django-stubs==1.15.0
django-stubs-ext==0.7.0
-e .[compatible-mypy,coreapi,markdown]
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@ def find_stub_files(name):

setup(
name="djangorestframework-stubs",
version="1.8.0",
version="1.9.0",
description="PEP-484 stubs for django-rest-framework",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 21818bc

Please sign in to comment.