Skip to content

Commit

Permalink
Version 3.15.1 release (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored Sep 11, 2024
1 parent dc75658 commit 5ac9749
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>=5.0.0",
"django-stubs>=5.0.4",
"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.15.0",
version="3.15.1",
description="PEP-484 stubs for django-rest-framework",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5ac9749

Please sign in to comment.