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:
4949
5050| django-stubs | Mypy version | Django version | Django partial support | Python version |
5151| ----------------| --------------| ----------------| ------------------------| ----------------|
52+ | 4.2.3 | 1.4.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
5253| 4.2.2 | 1.4.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
5354| 4.2.1 | 1.3.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
5455| 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]:
3838
3939setup (
4040 name = "django-stubs" ,
41- version = "4.2.2 " ,
41+ version = "4.2.3 " ,
4242 description = "Mypy stubs for Django" ,
4343 long_description = readme ,
4444 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments