Skip to content

Commit

Permalink
Version 1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Mar 16, 2023
1 parent 49b4c5f commit e08079c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ djangorestframework==3.14.0
types-pytz==2022.7.1.2
types-requests==2.28.11.15
types-urllib3==1.26.25.8
git+https://github.com/typeddjango/django-stubs@update-mypy
django-stubs==1.16.0
django-stubs-ext==0.7.0
-e .[compatible-mypy,coreapi,markdown]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:

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

0 comments on commit e08079c

Please sign in to comment.