Skip to content

Commit 59e6666

Browse files
authored
Version 6.0.3 release (#3319)
1 parent e6049b4 commit 59e6666

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +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.3 | 1.13 - 1.20 | 6.0 | 5.2, 5.1, 5.0 | 3.10 - 3.14 |
5152
| 6.0.2 | 1.13 - 1.20 | 6.0 | 5.2, 5.1, 5.0 | 3.10 - 3.14 |
5253
| 6.0.1 | 1.13 - 1.19 | 6.0 | 5.2, 5.1, 5.0 | 3.10 - 3.14 |
5354
| 6.0.0 | 1.13 - 1.19 | 6.0 | 5.2, 5.1, 5.0 | 3.10 - 3.14 |

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 = "6.0.2"
5+
version = "6.0.3"
66
description = "Monkey-patching and extensions for django-stubs"
77
readme = "README.md"
88
license = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-stubs"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
description = "Mypy stubs for Django"
55
readme = "README.md"
66
license = "MIT"

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)