Skip to content

Commit

Permalink
Version 3.14.0 release (#398)
Browse files Browse the repository at this point in the history
* Version 3.14.0 release
* Update to django-stubs 4.2.0
  • Loading branch information
intgr authored Apr 27, 2023
1 parent 7660f0e commit 6873b75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ djangorestframework==3.14.0
types-pytz==2023.3.0.0
types-requests==2.28.11.17
types-urllib3==1.26.25.10
django-stubs==1.16.0
django-stubs-ext==0.8.0
django-stubs==4.2.0
django-stubs-ext==4.2.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.10.0",
version="3.14.0",
description="PEP-484 stubs for django-rest-framework",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6873b75

Please sign in to comment.