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:
4949
5050| django-stubs | Mypy version | Django version | Django partial support | Python version |
5151| ----------------| --------------| ----------------| ------------------------| ----------------|
52+ | 5.1.0 | 1.11.x | 5.1 | 4.2 | 3.8 - 3.12 |
5253| 5.0.4 | 1.11.x | 5.0 | 4.2 | 3.8 - 3.12 |
5354| 5.0.3 | 1.11.x | 5.0 | 4.2 | 3.8 - 3.12 |
5455| 5.0.2 | 1.10.x | 5.0 | 4.2 | 3.8 - 3.12 |
Original file line number Diff line number Diff line change 1313# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
1414setup (
1515 name = "django-stubs-ext" ,
16- version = "5.0.4 " ,
16+ version = "5.1.0 " ,
1717 description = "Monkey-patching and extensions for django-stubs" ,
1818 long_description = readme ,
1919 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]:
2323dependencies = [
2424 "django" ,
2525 "asgiref" ,
26- "django-stubs-ext>=5.0.4 " ,
26+ "django-stubs-ext>=5.1.0 " ,
2727 "tomli; python_version < '3.11'" ,
2828 # Types:
2929 "typing-extensions>=4.11.0" ,
@@ -39,7 +39,7 @@ def find_stub_files(name: str) -> List[str]:
3939
4040setup (
4141 name = "django-stubs" ,
42- version = "5.0.4 " ,
42+ version = "5.1.0 " ,
4343 description = "Mypy stubs for Django" ,
4444 long_description = readme ,
4545 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments