Skip to content

Commit 2ea83a7

Browse files
authored
Version 4.2.3 release (django-stubs only) (#1604)
1 parent dbf5be3 commit 2ea83a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +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+
| 4.2.3 | 1.4.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
5253
| 4.2.2 | 1.4.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
5354
| 4.2.1 | 1.3.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
5455
| 4.2.0 | 1.2.x | 4.2 | 4.1, 4.0, 3.2 | 3.7 - 3.11 |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def find_stub_files(name: str) -> List[str]:
3838

3939
setup(
4040
name="django-stubs",
41-
version="4.2.2",
41+
version="4.2.3",
4242
description="Mypy stubs for Django",
4343
long_description=readme,
4444
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)