Skip to content

Commit 2caa0e7

Browse files
authored
Version 6.0.8 (#3566)
1 parent 085ae56 commit 2caa0e7

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ We rely on different `django` and `mypy` versions:
5555

5656
| django-stubs | Mypy version | Django version | Django partial support | Python version |
5757
|----------------|--------------|----------------|------------------------|----------------|
58+
| 6.0.8 | 1.13 - 2.3 | 6.0 | 5.2, 5.1, 5.0 | 3.10 - 3.14 |
5859
| 6.0.7 | 1.13 - 2.3 | 6.0 | 5.2, 5.1, 5.0 | 3.10 - 3.14 |
5960
| 6.0.6 | 1.13 - 2.1 | 6.0 | 5.2, 5.1, 5.0 | 3.10 - 3.14 |
6061
| 6.0.5 | 1.13 - 2.1 | 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.7"
5+
version = "6.0.8"
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.7"
3+
version = "6.0.8"
44
description = "Mypy stubs for Django"
55
readme = "README.md"
66
license = "MIT"

uv.lock

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

0 commit comments

Comments
 (0)