Skip to content

Commit 128deea

Browse files
authored
Version 5.2.2 release (#2747)
1 parent 1b988b2 commit 128deea

File tree

4 files changed

+195
-167
lines changed

4 files changed

+195
-167
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ We rely on different `django` and `mypy` versions:
4848

4949
| django-stubs | Mypy version | Django version | Django partial support | Python version |
5050
|----------------|--------------|----------------|------------------------|----------------|
51+
| 5.2.2 | 1.13 - 1.17 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5152
| 5.2.1 | 1.13 - 1.16 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5253
| 5.2.0 | 1.13+ | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5354
| 5.1.3 | 1.13+ | 5.1 | 4.2 | 3.9 - 3.13 |

ext/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = ["hatchling"]
66
name = "django-stubs-ext"
77
# NB! For clarity, keep version major.minor.patch in sync with django-stubs.
88
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
9-
version = "5.2.1"
9+
version = "5.2.2"
1010
description = "Monkey-patching and extensions for django-stubs"
1111
readme = "README.md"
1212
license = "MIT"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-stubs"
7-
version = "5.2.1"
7+
version = "5.2.2"
88
description = "Mypy stubs for Django"
99
readme = "README.md"
1010
license = "MIT"
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434
dependencies = [
3535
"django",
36-
"django-stubs-ext>=5.2.1",
36+
"django-stubs-ext>=5.2.2",
3737
"tomli; python_version < '3.11'",
3838
# Types:
3939
"types-pyyaml",

0 commit comments

Comments
 (0)