Repository: kudu
Updated Branches:
  refs/heads/master 1f639da62 -> d87e3ff60


Python - Bump package version to 0.4.0

There have been additional changes to the python client since the
0.3.0 release so the version number needs bumped before the next
release.

Change-Id: Iff66be56a55f5f75c20bd2183d4ffad54edf46f1
Reviewed-on: http://gerrit.cloudera.org:8080/4444
Tested-by: Kudu Jenkins
Reviewed-by: David Ribeiro Alves <dral...@apache.org>


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

Branch: refs/heads/master
Commit: 4ba39e4d2694b87eac0cc65f762ba0de293b72ad
Parents: 1f639da
Author: Jordan Birdsell <jordantbirds...@gmail.com>
Authored: Fri Sep 16 22:02:20 2016 -0400
Committer: Todd Lipcon <t...@apache.org>
Committed: Mon Sep 19 18:40:33 2016 +0000

----------------------------------------------------------------------
 python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/4ba39e4d/python/setup.py
----------------------------------------------------------------------
diff --git a/python/setup.py b/python/setup.py
index 830a103..b3dcda4 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -32,7 +32,7 @@ if Cython.__version__ < '0.21.0':
     raise Exception('Please upgrade to Cython 0.21.0 or newer')
 
 MAJOR = 0
-MINOR = 3
+MINOR = 4
 MICRO = 0
 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
 ISRELEASED = True

Reply via email to