mirror of https://github.com/apache/kafka.git
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 <cshapi@gmail.com> Reviewers: Ismael Juma <ismael@juma.me.uk>, Ewen Cheslack-Postava <ewen@confluent.io> Closes #1109 from gwenshap/minor-fix-version-trunk
This commit is contained in:
parent
69df734470
commit
4f0417931a
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue