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/16 18:42:07 UTC

[incubator-toree] branch master updated (2ab6616 -> dd8ba4b)

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

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


    from 2ab6616  Prepare for next development interaction 0.4.0.dev1
     new 0fd52ef  Prepare release 0.3.1-incubating
     new dd8ba4b  Prepare for next development interaction 0.4.0.dev1

The 2 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.


Summary of changes:


[incubator-toree] 01/02: Prepare release 0.3.1-incubating

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

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

commit 0fd52ef6d90e692c7584d0c6f0b151579e6c307a
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Thu Jul 16 11:42:02 2020 -0700

    Prepare release 0.3.1-incubating
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[incubator-toree] 02/02: Prepare for next development interaction 0.4.0.dev1

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

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

commit dd8ba4bac48499ba5af08af4235ae144a18df36c
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Thu Jul 16 11:42:02 2020 -0700

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

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