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 aa817dcaa2 [MINOR] Mark the snapshot version 3.4.0 in docs
aa817dcaa2 is described below

commit aa817dcaa2fd341e0bc0faa7477d3a122ed06924
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Sun Mar 15 16:52:32 2026 +0530

    [MINOR] Mark the snapshot version 3.4.0 in docs
---
 .asf.yaml                                | 2 +-
 docs/_config.yml                         | 2 +-
 src/main/python/systemds/project_info.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 56ed713fc0..aa7dfbb131 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,7 +20,7 @@
 #-------------------------------------------------------------
 
 # Document for .asf.yml file is available at
-# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
 
 github:
   description: "An open source ML system for the end-to-end data science 
lifecycle"
diff --git a/docs/_config.yml b/docs/_config.yml
index 72dea08e4f..3e045d2c22 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.3.0-SNAPSHOT
+SYSTEMDS_VERSION: 3.4.0-SNAPSHOT
 
diff --git a/src/main/python/systemds/project_info.py 
b/src/main/python/systemds/project_info.py
index 0a3285f01f..aad287fdbf 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.3.0-dev"
+__project_version__ = "3.4.0-dev"

Reply via email to