Skip to content

Commit 4a90ad9

Browse files
authored
bump version to 1.11.0 (#961)
1 parent e221f0e commit 4a90ad9

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Diff for: README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,19 @@ This fully working [typed boilerplate](https://github.com/wemake-services/wemake
5252
We rely on different `django` and `mypy` versions:
5353

5454
| django-stubs | mypy version | django version | python version
55-
| ------------ | ---- | ---- | ---- |
56-
| 1.10.0 | 0.931+ | 3.2.x | ^3.7
57-
| 1.9.0 | 0.910 | 3.2.x | ^3.6
58-
| 1.8.0 | 0.812 | 3.1.x | ^3.6
59-
| 1.7.0 | 0.790 | 2.2.x \|\| 3.x | ^3.6
60-
| 1.6.0 | 0.780 | 2.2.x \|\| 3.x | ^3.6
61-
| 1.5.0 | 0.770 | 2.2.x \|\| 3.x | ^3.6
62-
| 1.4.0 | 0.760 | 2.2.x \|\| 3.x | ^3.6
63-
| 1.3.0 | 0.750 | 2.2.x \|\| 3.x | ^3.6
64-
| 1.2.0 | 0.730 | 2.2.x | ^3.6
65-
| 1.1.0 | 0.720 | 2.2.x | ^3.6
66-
| 0.12.x | old semantic analyzer (<0.711), dmypy support | 2.1.x | ^3.6
55+
|--------------| ---- | ---- | ---- |
56+
| 1.11.0 | 0.931+ | 3.2.x | ^3.7
57+
| 1.10.0 | 0.931+ | 3.2.x | ^3.7
58+
| 1.9.0 | 0.910 | 3.2.x | ^3.6
59+
| 1.8.0 | 0.812 | 3.1.x | ^3.6
60+
| 1.7.0 | 0.790 | 2.2.x \|\| 3.x | ^3.6
61+
| 1.6.0 | 0.780 | 2.2.x \|\| 3.x | ^3.6
62+
| 1.5.0 | 0.770 | 2.2.x \|\| 3.x | ^3.6
63+
| 1.4.0 | 0.760 | 2.2.x \|\| 3.x | ^3.6
64+
| 1.3.0 | 0.750 | 2.2.x \|\| 3.x | ^3.6
65+
| 1.2.0 | 0.730 | 2.2.x | ^3.6
66+
| 1.1.0 | 0.720 | 2.2.x | ^3.6
67+
| 0.12.x | old semantic analyzer (<0.711), dmypy support | 2.1.x | ^3.6
6768

6869

6970
## FAQ

Diff for: setup.py

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

3333
setup(
3434
name="django-stubs",
35-
version="1.10.1",
35+
version="1.11.0",
3636
description="Mypy stubs for Django",
3737
long_description=readme,
3838
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)