You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lb...@apache.org on 2016/05/06 20:23:37 UTC

incubator-toree git commit: [skip ci] Bump to 0.1.0.dev8

Repository: incubator-toree
Updated Branches:
  refs/heads/master 4463bf460 -> 1081da163


[skip ci] Bump to 0.1.0.dev8


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/1081da16
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/1081da16
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/1081da16

Branch: refs/heads/master
Commit: 1081da1635eba894025fc570ef5696c62dde9fa7
Parents: 4463bf4
Author: Gino Bustelo <lb...@apache.org>
Authored: Fri May 6 15:23:31 2016 -0500
Committer: Gino Bustelo <lb...@apache.org>
Committed: Fri May 6 15:23:31 2016 -0500

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/1081da16/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 6856795..439ed41 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 .PHONY: help clean clean-dist build dev test test-travis release pip-release bin-release dev-binder .binder-image audit audit-licenses
 
-BASE_VERSION=0.1.0.dev7
+BASE_VERSION=0.1.0.dev8
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))