Skip to content

Commit 41fa454

Browse files
authored
Version 6.0.0 release (#3195)
1 parent 89dbcc6 commit 41fa454

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We rely on different `django` and `mypy` versions:
4848

4949
| django-stubs | Mypy version | Django version | Django partial support | Python version |
5050
|----------------|--------------|----------------|------------------------|----------------|
51-
| 6.0 unreleased | 1.13 - 1.19 | 6.0 | 5.2, 5.1, 5.0 | 3.10 - 3.14 |
51+
| 6.0.0 | 1.13 - 1.19 | 6.0 | 5.2, 5.1, 5.0 | 3.10 - 3.14 |
5252
| 5.2.9 | 1.13 - 1.19 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5353
| 5.2.8 | 1.13 - 1.19 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5454
| 5.2.7 | 1.13 - 1.18 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |

ext/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "django-stubs-ext"
33
# NB! For clarity, keep version major.minor.patch in sync with django-stubs.
44
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
5-
version = "5.2.8"
5+
version = "6.0.0"
66
description = "Monkey-patching and extensions for django-stubs"
77
readme = "README.md"
88
license = "MIT"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-stubs"
3-
version = "5.2.8"
3+
version = "6.0.0"
44
description = "Mypy stubs for Django"
55
readme = "README.md"
66
license = "MIT"
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"django",
34-
"django-stubs-ext>=5.2.8",
34+
"django-stubs-ext>=6.0.0",
3535
"tomli; python_version < '3.11'",
3636
# Types:
3737
"types-pyyaml",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)