From 76b237e3d784519e15945418c6e0603e9b07c2e5 Mon Sep 17 00:00:00 2001 From: Martin Castro Laminrs Date: Tue, 26 May 2026 23:31:04 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20bump=20to=20v0.2.0a2=20?= =?UTF-8?q?=E2=80=94=20fourth=20PyPI=20alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Security-motivated alpha: ships to consumers the fixes merged since 0.2.0a1, notably the CodeQL security clears (#191: ReDoS + incomplete-sanitization in format.ts, open-redirect in the login redirect, stack-trace-exposure in the inline write path), the secure login backend (#168), the inline formset write path (#183), the get_app_list registry grouping, and the save-flow / delete-preview / history backends. 350 tests pass. Tier 6 — version bump; publish handled per the Security deploy-gate under the repo owner's standing "deploy to PyPI regularly if secure" directive. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43ced10..863e16e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-admin-react" -version = "0.2.0a1" +version = "0.2.0a2" description = "A drop-in React single-page admin for Django, driven entirely by ModelAdmin." authors = ["django-admin-react contributors"] license = "MIT"