From 4a90ad9edc280ddc3e4b3abc1f7e108e94992a0e Mon Sep 17 00:00:00 2001 From: Maksim Kurnikov Date: Tue, 24 May 2022 11:22:43 +0200 Subject: [PATCH] bump version to 1.11.0 (#961) --- README.md | 25 +++++++++++++------------ setup.py | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8d3c9a537..23213e201 100644 --- a/README.md +++ b/README.md @@ -52,18 +52,19 @@ This fully working [typed boilerplate](https://github.com/wemake-services/wemake We rely on different `django` and `mypy` versions: | django-stubs | mypy version | django version | python version -| ------------ | ---- | ---- | ---- | -| 1.10.0 | 0.931+ | 3.2.x | ^3.7 -| 1.9.0 | 0.910 | 3.2.x | ^3.6 -| 1.8.0 | 0.812 | 3.1.x | ^3.6 -| 1.7.0 | 0.790 | 2.2.x \|\| 3.x | ^3.6 -| 1.6.0 | 0.780 | 2.2.x \|\| 3.x | ^3.6 -| 1.5.0 | 0.770 | 2.2.x \|\| 3.x | ^3.6 -| 1.4.0 | 0.760 | 2.2.x \|\| 3.x | ^3.6 -| 1.3.0 | 0.750 | 2.2.x \|\| 3.x | ^3.6 -| 1.2.0 | 0.730 | 2.2.x | ^3.6 -| 1.1.0 | 0.720 | 2.2.x | ^3.6 -| 0.12.x | old semantic analyzer (<0.711), dmypy support | 2.1.x | ^3.6 +|--------------| ---- | ---- | ---- | +| 1.11.0 | 0.931+ | 3.2.x | ^3.7 +| 1.10.0 | 0.931+ | 3.2.x | ^3.7 +| 1.9.0 | 0.910 | 3.2.x | ^3.6 +| 1.8.0 | 0.812 | 3.1.x | ^3.6 +| 1.7.0 | 0.790 | 2.2.x \|\| 3.x | ^3.6 +| 1.6.0 | 0.780 | 2.2.x \|\| 3.x | ^3.6 +| 1.5.0 | 0.770 | 2.2.x \|\| 3.x | ^3.6 +| 1.4.0 | 0.760 | 2.2.x \|\| 3.x | ^3.6 +| 1.3.0 | 0.750 | 2.2.x \|\| 3.x | ^3.6 +| 1.2.0 | 0.730 | 2.2.x | ^3.6 +| 1.1.0 | 0.720 | 2.2.x | ^3.6 +| 0.12.x | old semantic analyzer (<0.711), dmypy support | 2.1.x | ^3.6 ## FAQ diff --git a/setup.py b/setup.py index 18098e28c..25d73a576 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_stub_files(name: str) -> List[str]: setup( name="django-stubs", - version="1.10.1", + version="1.11.0", description="Mypy stubs for Django", long_description=readme, long_description_content_type="text/markdown",