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 75f0667706 [MINOR] Update next dev version in the project (#1789)
75f0667706 is described below
commit 75f0667706c7fa908dbfde623fd646bfcccf9f7e
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Thu Mar 16 09:38:31 2023 +0530
[MINOR] Update next dev version in the project (#1789)
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.2.0-dev or 3.2.0,
for the java project it is 3.2.0-SNAPSHOT or 3.2.0
---
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 dd12662adc..69da6f054d 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.1.0-SNAPSHOT
+SYSTEMDS_VERSION: 3.2.0-SNAPSHOT
diff --git a/src/main/python/docs/source/conf.py
b/src/main/python/docs/source/conf.py
index 1471f461ba..cc8359254d 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 = '2022, Apache SystemDS'
+copyright = '2023, Apache SystemDS'
author = 'Apache SystemDS'
# The full version, including alpha/beta/rc tags
-release = '3.1.0-dev'
+release = '3.2.0-dev'
# -- 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 d98cd0e852..ff2721e2a4 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.1.0-dev'
+__project_version__ = '3.2.0-dev'