File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +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
- | (next release) | 1.2 .x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
52
+ | 4.2.1 | 1.3 .x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
53
53
| 4.2.0 | 1.2.x | 4.2 | 4.1, 4.0, 3.2 | 3.7 - 3.11 |
54
54
| 1.16.0 | 1.1.x | 4.1 | 4.0, 3.2 | 3.7 - 3.11 |
55
55
| 1.15.0 | 1.0.x | 4.1 | 4.0, 3.2 | 3.7 - 3.11 |
Original file line number Diff line number Diff line change 15
15
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
16
16
setup (
17
17
name = "django-stubs-ext" ,
18
- version = "4.2.0 " ,
18
+ version = "4.2.1 " ,
19
19
description = "Monkey-patching and extensions for django-stubs" ,
20
20
long_description = readme ,
21
21
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def find_stub_files(name: str) -> List[str]:
23
23
dependencies = [
24
24
"mypy>=1.0.0" ,
25
25
"django" ,
26
- "django-stubs-ext>=4.2.0 " ,
26
+ "django-stubs-ext>=4.2.1 " ,
27
27
"tomli; python_version < '3.11'" ,
28
28
# Types:
29
29
"typing-extensions" ,
@@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]:
37
37
38
38
setup (
39
39
name = "django-stubs" ,
40
- version = "4.2.0 " ,
40
+ version = "4.2.1 " ,
41
41
description = "Mypy stubs for Django" ,
42
42
long_description = readme ,
43
43
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments