Skip to content

Commit

Permalink
Version 3.14.3 release (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Oct 4, 2023
1 parent c1c8db5 commit fc62c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -21,7 +21,7 @@ def find_stub_files(name: str) -> List[str]:

dependencies = [
"mypy>=0.991",
"django-stubs>=4.2.2",
"django-stubs>=4.2.4",
"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.2",
version="3.14.3",
description="PEP-484 stubs for django-rest-framework",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fc62c8e

Please sign in to comment.