Commit 5e4ceac
chore(release): v1.0.0 — the React-super-layer release
Owner directive 2026-05-28: "ship the v1 release to pypi."
The repo has been collapsed to a pure React SPA super-layer over
`django-admin-rest-api ^1.0.1` (the published v1 API package). The
14 commits since v0.2.0a8 cover the entire 3-repo split, the API/MCP
sibling dependencies, the API_URL_PREFIX setting (#559), the
React-rendered login as the default (replaces admin URLs end-to-end,
#167), the docs prune, and four user-facing feature fixes (#554, #555,
#556-via-#529, #557-via-#527).
This bump:
- `version` `0.2.0a8` → **`1.0.0`**.
- `Development Status :: 2 - Pre-Alpha` → `Development Status :: 4 - Beta`.
- `README.md` "Pre-alpha" banner replaced with the v1 / three-package
shipping note.
## Verification
- `poetry run pytest` clean (42 passed on the now-minimal SPA-side suite).
- Wheel build & content audit already done in the #550 collapse PR:
ships the pre-built React bundle + LICENSE, no `node_modules`, no
source maps, no local `api/` tree.
- The `release.yml` OIDC workflow handles the publish — the owner cuts
a GitHub Release at `v1.0.0` and the wheel + sdist ship to PyPI
automatically (no stored token).
After this merges:
1. Tag `v1.0.0` on `main`.
2. Publish the GitHub Release with the tag.
3. The OIDC workflow uploads to PyPI under the `pypi` environment.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c74e252 commit 5e4ceac
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments