Skip to content

Commit

Permalink
Version 3.14.4 release (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Oct 18, 2023
1 parent 41028f3 commit 0ce366f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def find_stub_files(name: str) -> List[str]:

dependencies = [
"mypy>=0.991",
"django-stubs>=4.2.4",
"django-stubs>=4.2.5",
"typing-extensions>=3.10.0",
"requests>=2.0.0",
"types-requests>=0.1.12",
Expand All @@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]:

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

0 comments on commit 0ce366f

Please sign in to comment.