Skip to content

Commit 5e4ceac

Browse files
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

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ urlpatterns = [
2020
]
2121
```
2222

23-
> **Pre-alpha.** Available on PyPI as an alpha. Pin tightly; expect
24-
> breaking changes between alpha releases. Track progress on the
23+
> **Beta — v1.0.0.** Available on PyPI; the SPA + the API
24+
> ([`django-admin-rest-api`](https://pypi.org/project/django-admin-rest-api/))
25+
> + the MCP adapter
26+
> ([`django-admin-mcp-api`](https://pypi.org/project/django-admin-mcp-api/))
27+
> all share the v1 wire contract. Track progress on the
2528
> [Project board](https://github.com/users/MartinCastroAlvarez/projects/3)
2629
> and the [Issues list](https://github.com/MartinCastroAlvarez/django-admin-react/issues).
2730

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-admin-react"
3-
version = "0.2.0a8"
3+
version = "1.0.0"
44
description = "A drop-in React single-page admin for Django, driven entirely by ModelAdmin."
55
authors = ["django-admin-react contributors"]
66
license = "MIT"
@@ -10,7 +10,7 @@ repository = "https://github.com/MartinCastroAlvarez/django-admin-react"
1010
documentation = "https://github.com/MartinCastroAlvarez/django-admin-react#readme"
1111
keywords = ["django", "admin", "react", "spa", "tailwind"]
1212
classifiers = [
13-
"Development Status :: 2 - Pre-Alpha",
13+
"Development Status :: 4 - Beta",
1414
"Environment :: Web Environment",
1515
"Framework :: Django",
1616
"Framework :: Django :: 5.0",

0 commit comments

Comments
 (0)