Skip to content

Commit

Permalink
Version 1.15.0 release (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored Feb 22, 2023
1 parent dff2c4f commit 74c39d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 74c39d5

Please sign in to comment.