From 38996e3003b2113c2f1cdf78a53fd6958d23285c Mon Sep 17 00:00:00 2001 From: DevHarmonics Date: Wed, 22 Jul 2026 08:49:33 -0600 Subject: [PATCH] devharmonics: complete civiccore-version-bump-docs-and-workflow --- .github/workflows/release.yml | 2 +- README.md | 8 ++++---- README.txt | 6 +++--- USER-MANUAL.md | 8 ++++---- USER-MANUAL.txt | 8 ++++---- docs/index.html | 12 ++++++------ tests/test_github_workflows.py | 2 +- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc2817f..941b3d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: release_tag: description: "Published release tag to rehearse from cold caches" required: true - default: "v1.2.0" + default: "v1.2.1" permissions: contents: write diff --git a/README.md b/README.md index 556184c..0c84503 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Phase work and must not be relied on by downstream modules until they ship. ## Status -**v1.2.0 is the current CivicCore downstream productization line.** It carries +**v1.2.1 is the current CivicCore downstream productization line.** It carries the shared document-ingestion pipeline used by the city-core release train, the CO-7 freeze-line trust anchor, the CO-8 procurement evidence pack, and the CO-9 closeout trail for modules that need a procurement-grade platform pin. @@ -135,10 +135,10 @@ shared-schema baseline extracted from CivicRecords AI). ## Install -From the current GitHub release wheel (`v1.2.0`): +From the current GitHub release wheel (`v1.2.1`): ```bash -pip install https://github.com/CivicSuite/civiccore/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl +pip install https://github.com/CivicSuite/civiccore/releases/download/v1.2.1/civiccore-1.2.1-py3-none-any.whl ``` Each GitHub release also publishes `SHA256SUMS.txt` alongside the wheel and @@ -154,7 +154,7 @@ the annotated tag object is unsigned. Treat the release-page badge as a commit signal only; use `scripts/verify-release-provenance.py` and `docs/ops/release-signing.md` for release-tag provenance. -`v1.2.0` is the current published downstream productization line. It adds the +`v1.2.1` is the current published downstream productization line. It adds the shared document-ingestion pipeline used by the city-core release train. The original `v1.0` release remains historical and superseded. `v0.22.1` remains the first attested baseline release, and `civiccore-m1-freeze` remains the diff --git a/README.txt b/README.txt index 28ceb60..462a79c 100644 --- a/README.txt +++ b/README.txt @@ -57,7 +57,7 @@ determinations are still not shipped platform behaviors. Status ------ -v1.2.0 is the current CivicCore downstream productization line. It carries the +v1.2.1 is the current CivicCore downstream productization line. It carries the shared document-ingestion pipeline used by the city-core release train, the CO-7 freeze-line trust anchor, the CO-8 procurement evidence pack, and the CO-9 closeout trail. @@ -77,11 +77,11 @@ Install From the current published GitHub release wheel: - pip install https://github.com/CivicSuite/civiccore/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl + pip install https://github.com/CivicSuite/civiccore/releases/download/v1.2.1/civiccore-1.2.1-py3-none-any.whl CivicCore is distributed as versioned GitHub release artifacts (not on PyPI). Each release publishes SHA256SUMS.txt alongside the wheel and sdist. Verify -checksums before promoting an artifact downstream. v1.2.0 is the current +checksums before promoting an artifact downstream. v1.2.1 is the current published downstream productization line and includes the shared document-ingestion pipeline used by the city-core release train. v0.22.0 and earlier releases are retained for historical installs only. diff --git a/USER-MANUAL.md b/USER-MANUAL.md index 6553264..3b54040 100644 --- a/USER-MANUAL.md +++ b/USER-MANUAL.md @@ -1,6 +1,6 @@ # CivicCore User Manual -Version: v1.2.0 (current downstream productization line) +Version: v1.2.1 (current downstream productization line) Repository: https://github.com/CivicSuite/civiccore License: Apache 2.0 @@ -94,7 +94,7 @@ not promote those behaviors as shipped CivicCore capability. CivicCore is distributed as GitHub release artifacts, not PyPI packages: ```bash -pip install https://github.com/CivicSuite/civiccore/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl +pip install https://github.com/CivicSuite/civiccore/releases/download/v1.2.1/civiccore-1.2.1-py3-none-any.whl ``` Each release publishes `SHA256SUMS.txt` next to the wheel and source @@ -102,11 +102,11 @@ distribution. Verify checksums before promoting a release artifact: ```bash curl -L -o SHA256SUMS.txt \ - https://github.com/CivicSuite/civiccore/releases/download/v1.2.0/SHA256SUMS.txt + https://github.com/CivicSuite/civiccore/releases/download/v1.2.1/SHA256SUMS.txt sha256sum -c SHA256SUMS.txt ``` -`v1.2.0` is the current published downstream productization line and includes +`v1.2.1` is the current published downstream productization line and includes the shared document-ingestion pipeline used by the city-core release train. `v0.22.1` is the first CivicCore release with a Sigstore-signed diff --git a/USER-MANUAL.txt b/USER-MANUAL.txt index d3d3cf3..4f6506d 100644 --- a/USER-MANUAL.txt +++ b/USER-MANUAL.txt @@ -1,7 +1,7 @@ CivicCore User Manual ===================== -Version: v1.2.0 (current downstream productization line) +Version: v1.2.1 (current downstream productization line) Repository: https://github.com/CivicSuite/civiccore License: Apache 2.0 @@ -66,15 +66,15 @@ Technical Guide Install from the GitHub release wheel: - pip install https://github.com/CivicSuite/civiccore/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl + pip install https://github.com/CivicSuite/civiccore/releases/download/v1.2.1/civiccore-1.2.1-py3-none-any.whl Verify the release artifact: curl -L -o SHA256SUMS.txt \ - https://github.com/CivicSuite/civiccore/releases/download/v1.2.0/SHA256SUMS.txt + https://github.com/CivicSuite/civiccore/releases/download/v1.2.1/SHA256SUMS.txt sha256sum -c SHA256SUMS.txt -v1.2.0 is the current published downstream productization line and includes +v1.2.1 is the current published downstream productization line and includes the shared document-ingestion pipeline used by the city-core release train. v0.22.1 is the first CivicCore release with a Sigstore-signed release-attestation.json and bundle. Earlier CivicCore releases are retained diff --git a/docs/index.html b/docs/index.html index 0f5cdd6..8040dd2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,8 +3,8 @@ - -CivicCore v1.2.0 - CivicSuite shared platform library + +CivicCore v1.2.1 - CivicSuite shared platform library