You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/07/10 02:29:33 UTC

[systemds] branch master updated: [MINOR] Update Python docs snapshot version

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

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 9314329  [MINOR] Update Python docs snapshot version
9314329 is described below

commit 931432942c57f617eb00908535c91564063a7b14
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Sat Jul 10 07:59:26 2021 +0530

    [MINOR] Update Python docs snapshot version
---
 src/main/python/docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/python/docs/source/conf.py b/src/main/python/docs/source/conf.py
index ee0a63c..e0e143b 100644
--- a/src/main/python/docs/source/conf.py
+++ b/src/main/python/docs/source/conf.py
@@ -38,7 +38,7 @@ copyright = '2021, Apache SystemDS'
 author = 'Apache SystemDS'
 
 # The full version, including alpha/beta/rc tags
-release = '2.0.0'
+release = '2.2.0-SNAPSHOT'
 
 # -- General configuration ---------------------------------------------------
 # Add any Sphinx extension module names here, as strings.