File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
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
+ | 5.1.2 | 1.13+ | 5.1 | 4.2 | 3.8 - 3.13 |
52
53
| 5.1.1 | 1.13.x | 5.1 | 4.2 | 3.8 - 3.12 |
53
54
| 5.1.0 | 1.11.x | 5.1 | 4.2 | 3.8 - 3.12 |
54
55
| 5.0.4 | 1.11.x | 5.0 | 4.2 | 3.8 - 3.12 |
Original file line number Diff line number Diff line change 13
13
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
14
14
setup (
15
15
name = "django-stubs-ext" ,
16
- version = "5.1.1 " ,
16
+ version = "5.1.2 " ,
17
17
description = "Monkey-patching and extensions for django-stubs" ,
18
18
long_description = readme ,
19
19
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def find_stub_files(name: str) -> list[str]:
22
22
dependencies = [
23
23
"django" ,
24
24
"asgiref" ,
25
- "django-stubs-ext>=5.1.1 " ,
25
+ "django-stubs-ext>=5.1.2 " ,
26
26
"tomli; python_version < '3.11'" ,
27
27
# Types:
28
28
"typing-extensions>=4.11.0" ,
@@ -38,7 +38,7 @@ def find_stub_files(name: str) -> list[str]:
38
38
39
39
setup (
40
40
name = "django-stubs" ,
41
- version = "5.1.1 " ,
41
+ version = "5.1.2 " ,
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