Repository: kafka Updated Branches: refs/heads/0.10.1 017defcd1 -> e51c4cf99
Bump version to 0.10.1.0 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/e51c4cf9 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/e51c4cf9 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/e51c4cf9 Branch: refs/heads/0.10.1 Commit: e51c4cf998c05a43b4cdc9c6a6981a4633597d16 Parents: 017defc Author: Jason Gustafson <[email protected]> Authored: Tue Oct 4 11:38:01 2016 -0700 Committer: Jason Gustafson <[email protected]> Committed: Tue Oct 4 11:38:01 2016 -0700 ---------------------------------------------------------------------- gradle.properties | 2 +- tests/kafkatest/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/e51c4cf9/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 0a612f6..46c2826 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ group=org.apache.kafka # NOTE: When you change this version number, you should also make sure to update # the version numbers in tests/kafkatest/__init__.py and kafka-merge-pr.py. -version=0.10.1.0-SNAPSHOT +version=0.10.1.0 scalaVersion=2.10.6 task=build org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m http://git-wip-us.apache.org/repos/asf/kafka/blob/e51c4cf9/tests/kafkatest/__init__.py ---------------------------------------------------------------------- diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py index 7975b8f..b5112c9 100644 --- a/tests/kafkatest/__init__.py +++ b/tests/kafkatest/__init__.py @@ -22,4 +22,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.10.1.0.dev0' +__version__ = '0.10.1.0'
