Skip to content

Commit 9ddc0ac

Browse files
committed
Apache PyIceberg -> Apache Iceberg Python
1 parent bf1e060 commit 9ddc0ac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.asf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
2222

2323
github:
24-
description: "Apache PyIceberg"
24+
description: "Apache Iceberg Python"
2525
homepage: https://py.iceberg.apache.org/
2626
labels:
2727
- iceberg

mkdocs/docs/how-to-release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export LAST_COMMIT_ID=$(git rev-list ${GIT_TAG} 2> /dev/null | head -n 1)
232232

233233
cat << EOF > release-announcement-email.txt
234234
To: dev@iceberg.apache.org
235-
Subject: [VOTE] Release Apache PyIceberg $VERSION_WITH_RC
235+
Subject: [VOTE] Release Apache Iceberg Python $VERSION_WITH_RC
236236
Hi Everyone,
237237
238238
I propose that we release the following RC as the official PyIceberg $VERSION release.
@@ -351,9 +351,9 @@ Send out an announcement on the dev mail list:
351351

352352
```text
353353
To: dev@iceberg.apache.org
354-
Subject: [ANNOUNCE] Apache PyIceberg release <VERSION>
354+
Subject: [ANNOUNCE] Apache Iceberg Python release <VERSION>
355355
356-
I'm pleased to announce the release of Apache PyIceberg <VERSION>!
356+
I'm pleased to announce the release of Apache Iceberg Python <VERSION>!
357357
358358
Apache Iceberg is an open table format for huge analytic datasets. Iceberg
359359
delivers high query performance for tables with tens of petabytes of data,

mkdocs/docs/verify-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Verifying a release
2121

22-
Each Apache PyIceberg release is validated by the community by holding a vote. A community release manager will prepare a release candidate and call a vote on the Iceberg dev list. To validate the release candidate, community members will test it out in their downstream projects and environments.
22+
Each Apache Iceberg Python release is validated by the community by holding a vote. A community release manager will prepare a release candidate and call a vote on the Iceberg dev list. To validate the release candidate, community members will test it out in their downstream projects and environments.
2323

2424
In addition to testing in downstream projects, community members also check the release’s signatures, checksums, and license documentation.
2525

0 commit comments

Comments
 (0)