Skip to content

Commit

Permalink
Version 4.2.1 release (django-stubs, django-stubs-ext) (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Jun 2, 2023
1 parent 2d27ba6 commit 21e541f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We rely on different `django` and `mypy` versions:

| django-stubs | Mypy version | Django version | Django partial support | Python version |
|----------------|--------------|----------------|------------------------|----------------|
| (next release) | 1.2.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
| 4.2.1 | 1.3.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
| 4.2.0 | 1.2.x | 4.2 | 4.1, 4.0, 3.2 | 3.7 - 3.11 |
| 1.16.0 | 1.1.x | 4.1 | 4.0, 3.2 | 3.7 - 3.11 |
| 1.15.0 | 1.0.x | 4.1 | 4.0, 3.2 | 3.7 - 3.11 |
Expand Down
2 changes: 1 addition & 1 deletion django_stubs_ext/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
setup(
name="django-stubs-ext",
version="4.2.0",
version="4.2.1",
description="Monkey-patching and extensions for django-stubs",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def find_stub_files(name: str) -> List[str]:
dependencies = [
"mypy>=1.0.0",
"django",
"django-stubs-ext>=4.2.0",
"django-stubs-ext>=4.2.1",
"tomli; python_version < '3.11'",
# Types:
"typing-extensions",
Expand All @@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]:

setup(
name="django-stubs",
version="4.2.0",
version="4.2.1",
description="Mypy stubs for Django",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 21e541f

Please sign in to comment.