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-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 48e0c5ea [DOCS] update release version to 3.3.0
48e0c5ea is described below

commit 48e0c5eac4fedcd7de37fa4161f52bf84b40a1f5
Author: Janardhan Pulivarthi <j...@protonmail.com>
AuthorDate: Tue Apr 22 15:58:41 2025 +0000

    [DOCS] update release version to 3.3.0
---
 _src/_data/navigation.yml | 8 ++++----
 _src/_data/project.yml    | 2 +-
 _src/documentation.html   | 5 +++--
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml
index 60bda0e8..0ab486fd 100644
--- a/_src/_data/navigation.yml
+++ b/_src/_data/navigation.yml
@@ -27,10 +27,10 @@ topnav:
   subcategories:
   - title: latest
     url: https://apache.github.io/systemds/
-  - title: 3.2.0 (stable)
-    url: https://systemds.apache.org/docs/3.2.0/
-  - title: Release Notes 3.2.0
-    url: https://systemds.apache.org/release-notes/systemds-release-notes-3.2.0
+  - title: 3.3.0 (stable)
+    url: https://systemds.apache.org/docs/3.3.0/
+  - title: Release Notes 3.3.0
+    url: https://systemds.apache.org/release-notes/systemds-release-notes-3.3.0
     
 
 - title: Community
diff --git a/_src/_data/project.yml b/_src/_data/project.yml
index afeb6709..226a90d1 100644
--- a/_src/_data/project.yml
+++ b/_src/_data/project.yml
@@ -43,7 +43,7 @@ issues_list_archive_markmail:
 jira: SYSTEMDS
 
 release_name: systemds
-release_version: 3.2.0
+release_version: 3.3.0
 
 source_repository: https://git-wip-us.apache.org/repos/asf/systemds.git
 source_repository_mirror: https://github.com/apache/systemds
diff --git a/_src/documentation.html b/_src/documentation.html
index f1946a32..b4ca0a8e 100644
--- a/_src/documentation.html
+++ b/_src/documentation.html
@@ -38,12 +38,13 @@ limitations under the License.
       <p>Documentation such as programming guides, reference guides, and API 
docs is available for SystemDS below:</p>
       <a class="button button-primary" href="{{ site.data.project.docs 
}}">Latest</a>
       <p></p>
-      <a class="button button-primary" href="docs/3.2.0/index">3.2.0</a>
-      <a class="button button-primary" 
href="release-notes/systemds-release-notes-3.2.0">ReleaseNotes</a>
+      <a class="button button-primary" href="docs/3.3.0/index">3.3.0</a>
+      <a class="button button-primary" 
href="release-notes/systemds-release-notes-3.3.0">ReleaseNotes</a>
     </div>
     <div class="col col-4">
       <p>each released version of SystemML/DS:</p>
       <ul>
+        <li><a href="docs/3.1.0/index">3.2.0</a>, <a 
href="release-notes/systemds-release-notes-3.2.0">ReleaseNotes</a></li>
         <li><a href="docs/3.1.0/index">3.1.0</a>, <a 
href="release-notes/systemds-release-notes-3.1.0">ReleaseNotes</a></li>
         <li><a href="docs/3.0.0/index">3.0.0</a>, <a 
href="release-notes/systemds-release-notes-3.0.0">ReleaseNotes</a></li>
         <li><a href="docs/2.2.2/index">2.2.2</a>, <a 
href="release-notes/systemds-release-notes-2.2.2">ReleaseNotes</a></li>

Reply via email to