File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
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.0.1 | 1.10.x | 5.0 | 4.2 | 3.8 - 3.12 |
52
53
| 5.0.0 | 1.10.x | 5.0 | 4.2, 4.1 | 3.8 - 3.12 |
53
54
| 4.2.7 | 1.7.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
54
55
| 4.2.6 | 1.6.x | 4.2 | 4.1, 3.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.0.0 " ,
16
+ version = "5.0.1 " ,
17
17
description = "Monkey-patching and extensions for django-stubs" ,
18
18
long_description = readme ,
19
19
long_description_content_type = "text/markdown" ,
38
38
"Programming Language :: Python :: 3.12" ,
39
39
"Typing :: Typed" ,
40
40
"Framework :: Django" ,
41
- "Framework :: Django :: 4.1" ,
42
41
"Framework :: Django :: 4.2" ,
43
42
"Framework :: Django :: 5.0" ,
44
43
],
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def find_stub_files(name: str) -> List[str]:
39
39
40
40
setup (
41
41
name = "django-stubs" ,
42
- version = "5.0.0 " ,
42
+ version = "5.0.1 " ,
43
43
description = "Mypy stubs for Django" ,
44
44
long_description = readme ,
45
45
long_description_content_type = "text/markdown" ,
@@ -69,7 +69,6 @@ def find_stub_files(name: str) -> List[str]:
69
69
"Programming Language :: Python :: 3.12" ,
70
70
"Typing :: Typed" ,
71
71
"Framework :: Django" ,
72
- "Framework :: Django :: 4.1" ,
73
72
"Framework :: Django :: 4.2" ,
74
73
"Framework :: Django :: 5.0" ,
75
74
],
You can’t perform that action at this time.
0 commit comments