Skip to content

Commit

Permalink
Prepare for a release 5.0.3 (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaeppe authored Jul 25, 2024
1 parent d6010fd commit c7d734a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
setup(
name="django-stubs-ext",
version="5.0.2",
version="5.0.3",
description="Monkey-patching and extensions for django-stubs",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def find_stub_files(name: str) -> List[str]:
dependencies = [
"django",
"asgiref",
"django-stubs-ext>=5.0.2",
"django-stubs-ext>=5.0.3",
"tomli; python_version < '3.11'",
# Types:
"typing-extensions>=4.11.0",
Expand All @@ -39,7 +39,7 @@ def find_stub_files(name: str) -> List[str]:

setup(
name="django-stubs",
version="5.0.2",
version="5.0.3",
description="Mypy stubs for Django",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c7d734a

Please sign in to comment.