Skip to content

Commit

Permalink
Version 1.16.0 release (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Mar 16, 2023
1 parent dd92489 commit 6a850f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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.16.0 | 1.1.x | 3.2.x or 4.0.x or 4.1.x | ^3.7
| 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
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def find_stub_files(name: str) -> List[str]:
dependencies = [
"mypy>=0.980",
"django",
"django-stubs-ext>=0.7.0",
"django-stubs-ext>=0.8.0",
"tomli",
# Types:
"typing-extensions",
Expand All @@ -36,16 +36,16 @@ def find_stub_files(name: str) -> List[str]:

setup(
name="django-stubs",
version="1.15.0",
version="1.16.0",
description="Mypy stubs for Django",
long_description=readme,
long_description_content_type="text/markdown",
license="MIT",
url="https://github.com/typeddjango/django-stubs",
author="Maksim Kurnikov",
author_email="maxim.kurnikov@gmail.com",
maintainer="Nikita Sobolev",
maintainer_email="mail@sobolevn.me",
maintainer="Marti Raudsepp",
maintainer_email="marti@juffo.org",
py_modules=[],
python_requires=">=3.7",
install_requires=dependencies,
Expand Down

0 comments on commit 6a850f6

Please sign in to comment.