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:
4949
5050| django-stubs | Mypy version | Django version | Django partial support | Python version |
5151| ----------------| --------------| ----------------| ------------------------| ----------------|
52- | (next version) | 1.7.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
52+ | 4.2.7 | 1.7.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
5353| 4.2.6 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
5454| 4.2.5 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
5555| 4.2.4 | 1.5.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
Original file line number Diff line number Diff line change 1515# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
1616setup (
1717 name = "django-stubs-ext" ,
18- version = "4.2.5 " ,
18+ version = "4.2.7 " ,
1919 description = "Monkey-patching and extensions for django-stubs" ,
2020 long_description = readme ,
2121 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]:
2222
2323dependencies = [
2424 "django" ,
25- "django-stubs-ext>=4.2.5 " ,
25+ "django-stubs-ext>=4.2.7 " ,
2626 "tomli; python_version < '3.11'" ,
2727 # Types:
2828 "typing-extensions" ,
@@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]:
3737
3838setup (
3939 name = "django-stubs" ,
40- version = "4.2.6 " ,
40+ version = "4.2.7 " ,
4141 description = "Mypy stubs for Django" ,
4242 long_description = readme ,
4343 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments