You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2020/07/19 17:07:18 UTC

[incubator-toree] branch 0.4.x created (now 3bd90dd)

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a change to branch 0.4.x
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git.


      at 3bd90dd  Prepare for next development interaction 0.4.1.dev1

This branch includes the following new commits:

     new 3bd90dd  Prepare for next development interaction 0.4.1.dev1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-toree] 01/01: Prepare for next development interaction 0.4.1.dev1

Posted by lr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch 0.4.x
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit 3bd90dd69beb872c7d7d9a0c11952e9cd9f72f18
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sun Jul 19 10:06:58 2020 -0700

    Prepare for next development interaction 0.4.1.dev1
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index aba6b2a..d41aadf 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
      dev-binder \
      audit audit-licenses
 
-BASE_VERSION?=0.4.0
+BASE_VERSION?=0.4.1.dev1
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))