diff --git a/README.md b/README.md index f75a1e57a..2fde6dddf 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ We rely on different `django` and `mypy` versions: | django-stubs | mypy version | django version | python version |--------------| ---- | ---- | ---- | +| 1.15.0 | 1.0.x | 3.2.x or 4.0.x or 4.1.x | ^3.7 | 1.14.0 | 0.990+ | 3.2.x or 4.0.x or 4.1.x | ^3.7 | 1.13.0 | 0.980+ | 3.2.x or 4.0.x or 4.1.x | ^3.7 | 1.12.0 | 0.931+ | 3.2.x or 4.0.x | ^3.7 diff --git a/setup.py b/setup.py index 11a5ae240..019e1ca1b 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]: setup( name="django-stubs", - version="1.14.0", + version="1.15.0", description="Mypy stubs for Django", long_description=readme, long_description_content_type="text/markdown",