You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ib...@apache.org on 2019/07/19 07:30:36 UTC

[incubator-mxnet] branch ib/bump-jl-ver created (now 873f2ad)

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

iblis pushed a change to branch ib/bump-jl-ver
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


      at 873f2ad  julia: bump binding version to v1.6.0

This branch includes the following new commits:

     new 873f2ad  julia: bump binding version to v1.6.0

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-mxnet] 01/01: julia: bump binding version to v1.6.0

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

iblis pushed a commit to branch ib/bump-jl-ver
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 873f2ad07268c7de443763b0442ac9d1c19f1275
Author: Iblis Lin <ib...@hs.ntnu.edu.tw>
AuthorDate: Fri Jul 19 15:29:49 2019 +0800

    julia: bump binding version to v1.6.0
---
 julia/Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia/Project.toml b/julia/Project.toml
index 82a94c5..994a696 100644
--- a/julia/Project.toml
+++ b/julia/Project.toml
@@ -1,7 +1,7 @@
 name = "MXNet"
 uuid = "a7949054-b901-59c6-b8e3-7238c29bf7f0"
 authors = ["Chiyuan Zhang <pl...@gmail.com>", "Valentin Churavy <vc...@mit.edu>", "Iblis Lin <ib...@hs.ntnu.edu.tw>"]
-version = "1.5.0"
+version = "1.6.0"
 
 [deps]
 BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"