File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ We rely on different `django` and `mypy` versions:
5151
5252| django-stubs | mypy version | django version | python version
5353| --------------| ---- | ---- | ---- |
54+ | 1.16.0 | 1.1.x | 3.2.x or 4.0.x or 4.1.x | ^3.7
5455| 1.15.0 | 1.0.x | 3.2.x or 4.0.x or 4.1.x | ^3.7
5556| 1.14.0 | 0.990+ | 3.2.x or 4.0.x or 4.1.x | ^3.7
5657| 1.13.0 | 0.980+ | 3.2.x or 4.0.x or 4.1.x | ^3.7
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def find_stub_files(name: str) -> List[str]:
2222dependencies = [
2323 "mypy>=0.980" ,
2424 "django" ,
25- "django-stubs-ext>=0.7 .0" ,
25+ "django-stubs-ext>=0.8 .0" ,
2626 "tomli" ,
2727 # Types:
2828 "typing-extensions" ,
@@ -36,16 +36,16 @@ def find_stub_files(name: str) -> List[str]:
3636
3737setup (
3838 name = "django-stubs" ,
39- version = "1.15 .0" ,
39+ version = "1.16 .0" ,
4040 description = "Mypy stubs for Django" ,
4141 long_description = readme ,
4242 long_description_content_type = "text/markdown" ,
4343 license = "MIT" ,
4444 url = "https://github.com/typeddjango/django-stubs" ,
4545 author = "Maksim Kurnikov" ,
464647- maintainer = "Nikita Sobolev " ,
48- maintainer_email = "[email protected] " ,
47+ maintainer = "Marti Raudsepp " ,
48+ maintainer_email = "[email protected] " ,
4949 py_modules = [],
5050 python_requires = ">=3.7" ,
5151 install_requires = dependencies ,
You can’t perform that action at this time.
0 commit comments