This is an automated email from the ASF dual-hosted git repository.
lianetm pushed a commit to branch 3.7
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.7 by this push:
new 17e3b853fd7 MINOR: Update version.py (#17186)
17e3b853fd7 is described below
commit 17e3b853fd74bb4a353a739e1949ac78abcd2b11
Author: Manikumar Reddy <[email protected]>
AuthorDate: Fri Sep 13 16:04:15 2024 +0530
MINOR: Update version.py (#17186)
Reviewers: Lianet Magrans <[email protected]>
---
tests/kafkatest/version.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/kafkatest/version.py b/tests/kafkatest/version.py
index ad39b57b662..bed7cffac27 100644
--- a/tests/kafkatest/version.py
+++ b/tests/kafkatest/version.py
@@ -263,3 +263,8 @@ LATEST_3_5 = V_3_5_2
V_3_6_0 = KafkaVersion("3.6.0")
V_3_6_1 = KafkaVersion("3.6.1")
LATEST_3_6 = V_3_6_1
+
+# 3.7.x version
+V_3_7_0 = KafkaVersion("3.7.0")
+V_3_7_1 = KafkaVersion("3.7.1")
+LATEST_3_7 = V_3_7_1