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:
51
51
52
52
| django-stubs | mypy version | django version | python version
53
53
| --------------| ---- | ---- | ---- |
54
+ | 1.16.0 | 1.1.x | 3.2.x or 4.0.x or 4.1.x | ^3.7
54
55
| 1.15.0 | 1.0.x | 3.2.x or 4.0.x or 4.1.x | ^3.7
55
56
| 1.14.0 | 0.990+ | 3.2.x or 4.0.x or 4.1.x | ^3.7
56
57
| 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]:
22
22
dependencies = [
23
23
"mypy>=0.980" ,
24
24
"django" ,
25
- "django-stubs-ext>=0.7 .0" ,
25
+ "django-stubs-ext>=0.8 .0" ,
26
26
"tomli" ,
27
27
# Types:
28
28
"typing-extensions" ,
@@ -36,16 +36,16 @@ def find_stub_files(name: str) -> List[str]:
36
36
37
37
setup (
38
38
name = "django-stubs" ,
39
- version = "1.15 .0" ,
39
+ version = "1.16 .0" ,
40
40
description = "Mypy stubs for Django" ,
41
41
long_description = readme ,
42
42
long_description_content_type = "text/markdown" ,
43
43
license = "MIT" ,
44
44
url = "https://github.com/typeddjango/django-stubs" ,
45
45
author = "Maksim Kurnikov" ,
46
46
author_email = "maxim.kurnikov@gmail.com" ,
47
- maintainer = "Nikita Sobolev " ,
48
- maintainer_email = "mail@sobolevn.me " ,
47
+ maintainer = "Marti Raudsepp " ,
48
+ maintainer_email = "marti@juffo.org " ,
49
49
py_modules = [],
50
50
python_requires = ">=3.7" ,
51
51
install_requires = dependencies ,
You can’t perform that action at this time.
0 commit comments