Skip to content

Commit e201898

Browse files
authored
Test updated release workflow - Version 5.2.6a1 release (#2858)
Testing, because recent PRs have touched the release workflow. Using alpha version in case anything goes wrong -- so users won't be updated automatically.
1 parent f3c7029 commit e201898

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ext/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "django-stubs-ext"
33
# NB! For clarity, keep version major.minor.patch in sync with django-stubs.
44
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
5-
version = "5.2.5"
5+
version = "5.2.6a1"
66
description = "Monkey-patching and extensions for django-stubs"
77
readme = "README.md"
88
license = "MIT"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-stubs"
3-
version = "5.2.5"
3+
version = "5.2.6a1"
44
description = "Mypy stubs for Django"
55
readme = "README.md"
66
license = "MIT"
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"django",
32-
"django-stubs-ext>=5.2.2",
32+
"django-stubs-ext>=5.2.6a1",
3333
"tomli; python_version < '3.11'",
3434
# Types:
3535
"types-pyyaml",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)