File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ We rely on different `django` and `mypy` versions:
49
49
50
50
| django-stubs | Mypy version | Django version | Django partial support | Python version |
51
51
| ----------------| --------------| ----------------| ------------------------| ----------------|
52
+ | 4.2.3 | 1.4.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
52
53
| 4.2.2 | 1.4.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
53
54
| 4.2.1 | 1.3.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
54
55
| 4.2.0 | 1.2.x | 4.2 | 4.1, 4.0, 3.2 | 3.7 - 3.11 |
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def find_stub_files(name: str) -> List[str]:
38
38
39
39
setup (
40
40
name = "django-stubs" ,
41
- version = "4.2.2 " ,
41
+ version = "4.2.3 " ,
42
42
description = "Mypy stubs for Django" ,
43
43
long_description = readme ,
44
44
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments