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/10/05 20:40:12 UTC

incubator-toree git commit: [ci skip] Release 0.1.0

Repository: incubator-toree
Updated Branches:
  refs/heads/0.1.x 8801d6210 -> a5d76b380
Updated Tags:  refs/tags/0.1.0 [created] 71ef911a7


[ci skip] Release 0.1.0


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

Branch: refs/heads/0.1.x
Commit: a5d76b380617b058b0f8b680d8e19f9c3bce0b71
Parents: 8801d62
Author: Gino Bustelo <lb...@apache.org>
Authored: Wed Oct 5 15:38:54 2016 -0500
Committer: Gino Bustelo <lb...@apache.org>
Committed: Wed Oct 5 15:39:09 2016 -0500

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


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