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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1a619d2a9e [MINOR] Update project version in docs (#1654)
1a619d2a9e is described below

commit 1a619d2a9e2363b80671c11fa096ebb49c817baf
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Tue Jul 5 21:49:56 2022 +0530

    [MINOR] Update project version in docs (#1654)
    
    checklist:
    - https://github.com/apache/systemds/blob/main/pom.xml#L28
    - 
https://github.com/apache/systemds/blob/main/src/main/python/systemds/project_info.py#L26
    - 
https://github.com/apache/systemds/blob/main/src/main/python/docs/source/conf.py#L41
    - https://github.com/apache/systemds/blob/main/docs/_config.yml#L42
    
    for python project version scheme is 3.1.0-dev or 3.1.0,
    for the java project it is 3.1.0-SNAPSHOT or 3.1.0
---
 docs/_config.yml                    | 2 +-
 src/main/python/docs/source/conf.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 9605afb32f..dd12662adc 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -39,5 +39,5 @@ exclude:
   - updateAPI.sh
 
 # These allow the documentation to be updated with newer releases
-SYSTEMDS_VERSION: 2.3.0-SNAPSHOT
+SYSTEMDS_VERSION: 3.1.0-SNAPSHOT
 
diff --git a/src/main/python/docs/source/conf.py 
b/src/main/python/docs/source/conf.py
index 8e4bb2366c..1471f461ba 100644
--- a/src/main/python/docs/source/conf.py
+++ b/src/main/python/docs/source/conf.py
@@ -34,11 +34,11 @@ sys.path.insert(0, os.path.abspath('../..'))
 # -- Project information -----------------------------------------------------
 
 project = 'SystemDS'
-copyright = '2021, Apache SystemDS'
+copyright = '2022, Apache SystemDS'
 author = 'Apache SystemDS'
 
 # The full version, including alpha/beta/rc tags
-release = '2.3.0-SNAPSHOT'
+release = '3.1.0-dev'
 
 # -- General configuration ---------------------------------------------------
 # Add any Sphinx extension module names here, as strings.

Reply via email to