This is an automated email from the ASF dual-hosted git repository. ijuma pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new 9fa5477 MINOR: Fix kafkatest/__init__.py to use dev0 instead of SNAPSHOT (#5955) 9fa5477 is described below commit 9fa5477b7a4d980c60d729ef15e1468a3c425fcb Author: Lucas Bradstreet AuthorDate: Tue Nov 27 15:31:18 2018 -1000 MINOR: Fix kafkatest/__init__.py to use dev0 instead of SNAPSHOT (#5955) Fixes the system tests. Reviewers: Ismael Juma --- tests/kafkatest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py index 8dfb212..eb6e26b 100644 --- a/tests/kafkatest/__init__.py +++ b/tests/kafkatest/__init__.py @@ -22,4 +22,4 @@ # Instead, in development branches, the version should have a suffix of the form ".devN" # # For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be something like "1.0.0.dev0" -__version__ = '2.1.1-SNAPSHOT' +__version__ = '2.1.1.dev0'