Skip to content

Commit 21e541f

Browse files
authored
Version 4.2.1 release (django-stubs, django-stubs-ext) (#1520)
1 parent 2d27ba6 commit 21e541f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We rely on different `django` and `mypy` versions:
4949

5050
| django-stubs | Mypy version | Django version | Django partial support | Python version |
5151
|----------------|--------------|----------------|------------------------|----------------|
52-
| (next release) | 1.2.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
52+
| 4.2.1 | 1.3.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
5353
| 4.2.0 | 1.2.x | 4.2 | 4.1, 4.0, 3.2 | 3.7 - 3.11 |
5454
| 1.16.0 | 1.1.x | 4.1 | 4.0, 3.2 | 3.7 - 3.11 |
5555
| 1.15.0 | 1.0.x | 4.1 | 4.0, 3.2 | 3.7 - 3.11 |

django_stubs_ext/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
1616
setup(
1717
name="django-stubs-ext",
18-
version="4.2.0",
18+
version="4.2.1",
1919
description="Monkey-patching and extensions for django-stubs",
2020
long_description=readme,
2121
long_description_content_type="text/markdown",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def find_stub_files(name: str) -> List[str]:
2323
dependencies = [
2424
"mypy>=1.0.0",
2525
"django",
26-
"django-stubs-ext>=4.2.0",
26+
"django-stubs-ext>=4.2.1",
2727
"tomli; python_version < '3.11'",
2828
# Types:
2929
"typing-extensions",
@@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]:
3737

3838
setup(
3939
name="django-stubs",
40-
version="4.2.0",
40+
version="4.2.1",
4141
description="Mypy stubs for Django",
4242
long_description=readme,
4343
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)