We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddd420 commit 5338769Copy full SHA for 5338769
README.md
@@ -51,6 +51,7 @@ We rely on different `django` and `mypy` versions:
51
52
| django-stubs | mypy version | django version | python version
53
|--------------| ---- | ---- | ---- |
54
+| 1.14.0 | 0.990+ | 3.2.x or 4.0.x or 4.1.x | ^3.7
55
| 1.13.0 | 0.980+ | 3.2.x or 4.0.x or 4.1.x | ^3.7
56
| 1.12.0 | 0.931+ | 3.2.x or 4.0.x | ^3.7
57
| 1.11.0 | 0.931+ | 3.2.x | ^3.7
setup.py
@@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:
36
37
setup(
38
name="django-stubs",
39
- version="1.13.2",
+ version="1.14.0",
40
description="Mypy stubs for Django",
41
long_description=readme,
42
long_description_content_type="text/markdown",
0 commit comments