Repository: kafka Updated Branches: refs/heads/trunk 882fe0128 -> a29f80dc7
KAFKA-2928; system test: fix version sanity checks Fixed version sanity checks by updated kafkatest version to match kafka version Author: Geoff Anderson <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes #656 from granders/KAFKA-2928-fix-version-sanity-checks Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/a29f80dc Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/a29f80dc Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/a29f80dc Branch: refs/heads/trunk Commit: a29f80dc74fcdfea4f92ed3c7d18e4978f809307 Parents: 882fe01 Author: Geoff Anderson <[email protected]> Authored: Thu Dec 10 15:27:38 2015 -0800 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Thu Dec 10 15:27:38 2015 -0800 ---------------------------------------------------------------------- tests/kafkatest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/a29f80dc/tests/kafkatest/__init__.py ---------------------------------------------------------------------- diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py index e346811..21a774d 100644 --- a/tests/kafkatest/__init__.py +++ b/tests/kafkatest/__init__.py @@ -23,4 +23,4 @@ # Instead, in trunk, the version should have a suffix of the form ".devN" # # For example, when Kafka is at version 0.9.0.0-SNAPSHOT, this should be something like "0.9.0.0.dev0" -__version__ = '0.9.0.0.dev0' +__version__ = '0.9.1.0.dev0'
