Skip to content

Commit 5338769

Browse files
authored
Version 1.14.0 release (#1343)
Recommended mypy version updated, supported Django versions same as previously.
1 parent 2ddd420 commit 5338769

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff 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.14.0 | 0.990+ | 3.2.x or 4.0.x or 4.1.x | ^3.7
5455
| 1.13.0 | 0.980+ | 3.2.x or 4.0.x or 4.1.x | ^3.7
5556
| 1.12.0 | 0.931+ | 3.2.x or 4.0.x | ^3.7
5657
| 1.11.0 | 0.931+ | 3.2.x | ^3.7

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:
3636

3737
setup(
3838
name="django-stubs",
39-
version="1.13.2",
39+
version="1.14.0",
4040
description="Mypy stubs for Django",
4141
long_description=readme,
4242
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)