MINOR: update new version in additional places Note: This goes only to trunk. 0.10.0 branch will need a separate PR with different versions.
Author: Gwen Shapira <[email protected]> Reviewers: Ismael Juma <[email protected]>, Ewen Cheslack-Postava <[email protected]> Closes #1109 from gwenshap/minor-fix-version-trunk Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/9c5af253 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/9c5af253 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/9c5af253 Branch: refs/heads/0.10.0 Commit: 9c5af253b170e2570ba2e17b4155520cea474e81 Parents: bc47e23 Author: Gwen Shapira <[email protected]> Authored: Mon Mar 21 13:40:59 2016 -0700 Committer: Gwen Shapira <[email protected]> Committed: Tue Apr 5 17:08:53 2016 -0700 ---------------------------------------------------------------------- kafka-merge-pr.py | 2 +- tests/kafkatest/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/9c5af253/kafka-merge-pr.py ---------------------------------------------------------------------- diff --git a/kafka-merge-pr.py b/kafka-merge-pr.py index e124105..f26a0a9 100644 --- a/kafka-merge-pr.py +++ b/kafka-merge-pr.py @@ -72,7 +72,7 @@ RELEASE_BRANCH_PREFIX = "0." DEV_BRANCH_NAME = "trunk" -DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "0.10.0.0") +DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "0.10.1.0") def get_json(url): try: http://git-wip-us.apache.org/repos/asf/kafka/blob/9c5af253/tests/kafkatest/__init__.py ---------------------------------------------------------------------- diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py index df1a612..10163a0 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.10.0.0.dev0' +__version__ = '0.10.1.0.dev0'
