Skip to content

Commit 68b199e

Browse files
authored
Version 5.0.0 release (django-stubs, django-stubs-ext) (#2087)
1 parent 64a3aac commit 68b199e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We rely on different `django` and `mypy` versions:
4949

5050
| django-stubs | Mypy version | Django version | Django partial support | Python version |
5151
|----------------|--------------|----------------|------------------------|----------------|
52-
| (next release) | 1.10.x | 5.0 | 4.2, 4.1 | 3.8 - 3.12 |
52+
| 5.0.0 | 1.10.x | 5.0 | 4.2, 4.1 | 3.8 - 3.12 |
5353
| 4.2.7 | 1.7.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
5454
| 4.2.6 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
5555
| 4.2.5 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |

ext/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
1414
setup(
1515
name="django-stubs-ext",
16-
version="5.0.0.dev1",
16+
version="5.0.0",
1717
description="Monkey-patching and extensions for django-stubs",
1818
long_description=readme,
1919
long_description_content_type="text/markdown",

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def find_stub_files(name: str) -> List[str]:
2323
dependencies = [
2424
"django",
2525
"asgiref",
26-
"django-stubs-ext>=5.0.0.dev1",
26+
"django-stubs-ext>=5.0.0",
2727
"tomli; python_version < '3.11'",
2828
# Types:
2929
"typing-extensions",
@@ -38,7 +38,7 @@ def find_stub_files(name: str) -> List[str]:
3838

3939
setup(
4040
name="django-stubs",
41-
version="5.0.0.dev1",
41+
version="5.0.0",
4242
description="Mypy stubs for Django",
4343
long_description=readme,
4444
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)