This is an automated email from the ASF dual-hosted git repository.

dru pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 4583b4d9 Bump version in `iceberg-bug-report.yaml` (#3079)
4583b4d9 is described below

commit 4583b4d959d2a04c21f0cddbd93d9e61d73b2a1e
Author: Kevin Liu <[email protected]>
AuthorDate: Tue Feb 24 22:15:26 2026 -0500

    Bump version in `iceberg-bug-report.yaml` (#3079)
---
 .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml 
b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
index 34ecbbee..b2b03b42 100644
--- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
@@ -28,7 +28,8 @@ body:
       description: What Apache Iceberg version are you using?
       multiple: false
       options:
-        - "0.10.0 (latest release)"
+        - "0.11.0 (latest release)"
+        - "0.10.0"
         - "0.9.1"
         - "0.9.0"
         - "0.8.1"

Reply via email to