Skip to content

Commit

Permalink
Version 3.15.2 release (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdloia authored Dec 14, 2024
1 parent 418172a commit db60d64
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 @@ -19,7 +19,7 @@ def find_stub_files(name: str) -> list[str]:
readme = f.read()

dependencies = [
"django-stubs>=5.0.4",
"django-stubs>=5.1.1",
"typing-extensions>=3.10.0",
"requests>=2.0.0",
"types-requests>=0.1.12",
Expand All @@ -35,7 +35,7 @@ def find_stub_files(name: str) -> list[str]:

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

0 comments on commit db60d64

Please sign in to comment.