Skip to content

Commit 48e0c5e

Browse files
committed
[DOCS] update release version to 3.3.0
1 parent 84379d4 commit 48e0c5e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

_src/_data/navigation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ topnav:
2727
subcategories:
2828
- title: latest
2929
url: https://apache.github.io/systemds/
30-
- title: 3.2.0 (stable)
31-
url: https://systemds.apache.org/docs/3.2.0/
32-
- title: Release Notes 3.2.0
33-
url: https://systemds.apache.org/release-notes/systemds-release-notes-3.2.0
30+
- title: 3.3.0 (stable)
31+
url: https://systemds.apache.org/docs/3.3.0/
32+
- title: Release Notes 3.3.0
33+
url: https://systemds.apache.org/release-notes/systemds-release-notes-3.3.0
3434

3535

3636
- title: Community

_src/_data/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ issues_list_archive_markmail:
4343
jira: SYSTEMDS
4444

4545
release_name: systemds
46-
release_version: 3.2.0
46+
release_version: 3.3.0
4747

4848
source_repository: https://git-wip-us.apache.org/repos/asf/systemds.git
4949
source_repository_mirror: https://github.com/apache/systemds

_src/documentation.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ <h1>{{ site.data.project.name }} Documentation</h1>
3838
<p>Documentation such as programming guides, reference guides, and API docs is available for SystemDS below:</p>
3939
<a class="button button-primary" href="{{ site.data.project.docs }}">Latest</a>
4040
<p></p>
41-
<a class="button button-primary" href="docs/3.2.0/index">3.2.0</a>
42-
<a class="button button-primary" href="release-notes/systemds-release-notes-3.2.0">ReleaseNotes</a>
41+
<a class="button button-primary" href="docs/3.3.0/index">3.3.0</a>
42+
<a class="button button-primary" href="release-notes/systemds-release-notes-3.3.0">ReleaseNotes</a>
4343
</div>
4444
<div class="col col-4">
4545
<p>each released version of SystemML/DS:</p>
4646
<ul>
47+
<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>
4748
<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>
4849
<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>
4950
<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>

0 commit comments

Comments
 (0)