diff --git a/ext/pyproject.toml b/ext/pyproject.toml index 652f2f900..13b415c4c 100644 --- a/ext/pyproject.toml +++ b/ext/pyproject.toml @@ -2,7 +2,7 @@ name = "django-stubs-ext" # NB! For clarity, keep version major.minor.patch in sync with django-stubs. # It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version. -version = "5.2.5" +version = "5.2.6a1" description = "Monkey-patching and extensions for django-stubs" readme = "README.md" license = "MIT" diff --git a/pyproject.toml b/pyproject.toml index f31e10a6b..690ccd179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django-stubs" -version = "5.2.5" +version = "5.2.6a1" description = "Mypy stubs for Django" readme = "README.md" license = "MIT" @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "django", - "django-stubs-ext>=5.2.2", + "django-stubs-ext>=5.2.6a1", "tomli; python_version < '3.11'", # Types: "types-pyyaml", diff --git a/uv.lock b/uv.lock index e2d14007e..36a919f08 100644 --- a/uv.lock +++ b/uv.lock @@ -219,7 +219,7 @@ wheels = [ [[package]] name = "django-stubs" -version = "5.2.5" +version = "5.2.6a1" source = { editable = "." } dependencies = [ { name = "django" }, @@ -319,7 +319,7 @@ tests = [ [[package]] name = "django-stubs-ext" -version = "5.2.5" +version = "5.2.6a1" source = { editable = "ext" } dependencies = [ { name = "django" },