mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 08:47:49 +08:00
bump version to 1.11.0 (#961)
This commit is contained in:
@@ -52,7 +52,8 @@ This fully working [typed boilerplate](https://github.com/wemake-services/wemake
|
|||||||
We rely on different `django` and `mypy` versions:
|
We rely on different `django` and `mypy` versions:
|
||||||
|
|
||||||
| django-stubs | mypy version | django version | python version
|
| django-stubs | mypy version | django version | python version
|
||||||
| ------------ | ---- | ---- | ---- |
|
|--------------| ---- | ---- | ---- |
|
||||||
|
| 1.11.0 | 0.931+ | 3.2.x | ^3.7
|
||||||
| 1.10.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.9.0 | 0.910 | 3.2.x | ^3.6
|
||||||
| 1.8.0 | 0.812 | 3.1.x | ^3.6
|
| 1.8.0 | 0.812 | 3.1.x | ^3.6
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -32,7 +32,7 @@ dependencies = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django-stubs",
|
name="django-stubs",
|
||||||
version="1.10.1",
|
version="1.11.0",
|
||||||
description="Mypy stubs for Django",
|
description="Mypy stubs for Django",
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user