Skip to content

Commit

Permalink
Version 3.14.5 release (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Dec 5, 2023
1 parent 857df7c commit 2cee23a
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 @@ -20,7 +20,7 @@ def find_stub_files(name: str) -> List[str]:
readme = f.read()

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

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

0 comments on commit 2cee23a

Please sign in to comment.