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

janardhan pushed a commit to branch py-logging-issue
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 9db191f0fbdc5ecc584f94d9bf9379eb93c279e9
Author: Janardhan Pulivarthi <janard...@apache.org>
AuthorDate: Sat Mar 23 08:33:30 2024 +0000

    [DOCS] update 3.2.0 version in the docs
---
 docs/_config.yml                         | 2 +-
 src/main/python/docs/source/conf.py      | 4 ++--
 src/main/python/systemds/project_info.py | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 69da6f054d..6c3ce51e10 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: 3.2.0-SNAPSHOT
+SYSTEMDS_VERSION: 3.2.0
 
diff --git a/src/main/python/docs/source/conf.py 
b/src/main/python/docs/source/conf.py
index cc8359254d..938f5dce43 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 = '2023, Apache SystemDS'
+copyright = '2024, Apache SystemDS'
 author = 'Apache SystemDS'
 
 # The full version, including alpha/beta/rc tags
-release = '3.2.0-dev'
+release = '3.2.0'
 
 # -- General configuration ---------------------------------------------------
 # Add any Sphinx extension module names here, as strings.
diff --git a/src/main/python/systemds/project_info.py 
b/src/main/python/systemds/project_info.py
index ff2721e2a4..981b3f9cbf 100644
--- a/src/main/python/systemds/project_info.py
+++ b/src/main/python/systemds/project_info.py
@@ -23,4 +23,4 @@
 # via string substitutions using the maven-resources-plugin
 __project_group_id__ = 'org.apache.systemds'
 __project_artifact_id__ = 'systemds'
-__project_version__ = '3.2.0-dev'
+__project_version__ = '3.2.0'

Reply via email to