Skip to content

Commit 0e9873f

Browse files
committed
chore: bump repo-review to 1.0.3
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent dfc72a2 commit 0e9873f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_includes/interactive_repo_review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
mountApp({
1717
header: false,
1818
deps: [
19-
"repo-review~=1.0.1",
19+
"repo-review~=1.0.0",
2020
"sp-repo-review==2026.04.03",
2121
"validate-pyproject-schema-store==2026.03.29",
2222
"validate-pyproject[all]~=0.25.0",

helpers/fetch_repo_review_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
version="${1:-v1.0.2}"
4+
version="${1:-v1.0.3}"
55
archive_url="https://github.com/scientific-python/repo-review/releases/download/${version}/repo-review-app.zip"
66
dest_dir="docs/assets/js"
77
tmp_zip="$(mktemp)"

0 commit comments

Comments
 (0)