Skip to content

Commit

Permalink
Prepare for a release 5.0.1 (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaeppe committed May 27, 2024
1 parent 6b31bed commit d9b47af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ We rely on different `django` and `mypy` versions:

| django-stubs | Mypy version | Django version | Django partial support | Python version |
|----------------|--------------|----------------|------------------------|----------------|
| 5.0.1 | 1.10.x | 5.0 | 4.2 | 3.8 - 3.12 |
| 5.0.0 | 1.10.x | 5.0 | 4.2, 4.1 | 3.8 - 3.12 |
| 4.2.7 | 1.7.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
| 4.2.6 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
Expand Down
3 changes: 1 addition & 2 deletions 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.0",
version="5.0.1",
description="Monkey-patching and extensions for django-stubs",
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -38,7 +38,6 @@
"Programming Language :: Python :: 3.12",
"Typing :: Typed",
"Framework :: Django",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
],
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def find_stub_files(name: str) -> List[str]:

setup(
name="django-stubs",
version="5.0.0",
version="5.0.1",
description="Mypy stubs for Django",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -69,7 +69,6 @@ def find_stub_files(name: str) -> List[str]:
"Programming Language :: Python :: 3.12",
"Typing :: Typed",
"Framework :: Django",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
],
Expand Down

0 comments on commit d9b47af

Please sign in to comment.