Prepare release 0.3.0-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/3ff5df33
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/3ff5df33
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/3ff5df33
Branch: refs/heads/master
Commit: 3ff5df33cc459ea214e542a4798fd9ba6e0a2ef8
Parents: 0a6f07e
Author: Luciano Resende <lresende@apache.org>
Authored: Tue Oct 16 09:12:05 2018 -0700
Committer: Luciano Resende <lresende@apache.org>
Committed: Tue Oct 16 09:12:05 2018 -0700
----------------------------------------------------------------------
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/3ff5df33/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 8e0c591..c44b01e 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.3.0.dev1
+BASE_VERSION?=0.3.0
VERSION=$(BASE_VERSION)-incubating
COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
ifeq (, $(findstring dev, $(VERSION)))
|