You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2017/11/27 17:17:19 UTC

kafka git commit: MINOR: Fix version in tests/kafkatest/__init__.py

Repository: kafka
Updated Branches:
  refs/heads/1.0 53c9dd342 -> e784b3f63


MINOR: Fix version in tests/kafkatest/__init__.py

Author: Colin P. Mccabe <cm...@confluent.io>

Reviewers: Jason Gustafson <ja...@confluent.io>

Closes #4267 from cmccabe/fix_version


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/e784b3f6
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/e784b3f6
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/e784b3f6

Branch: refs/heads/1.0
Commit: e784b3f633b16e01e37592b0a93e4aa30e89a7b6
Parents: 53c9dd3
Author: Colin P. Mccabe <cm...@confluent.io>
Authored: Mon Nov 27 09:17:08 2017 -0800
Committer: Jason Gustafson <ja...@confluent.io>
Committed: Mon Nov 27 09:17:08 2017 -0800

----------------------------------------------------------------------
 tests/kafkatest/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/e784b3f6/tests/kafkatest/__init__.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index deda751..639391b 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__ = '1.0.1-SNAPSHOT'
+__version__ = '1.0.1.dev0'