Skip to content

Commit 015d96a

Browse files
committed
added 3 version rule
1 parent 49e517e commit 015d96a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ads/feature_store/docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
sys.path.insert(0, os.path.abspath("../../"))
1111

12-
version = "1.2"
12+
version = "1.0.2"
1313
release = version
1414

1515

@@ -57,7 +57,7 @@
5757

5858
# Get version
5959

60-
version = "1.2"
60+
version = "1.0.2"
6161
release = version
6262

6363
# Unless we want to expose real buckets and namespaces

ads/feature_store/docs/source/release_notes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
=============
44
Release Notes
55
=============
6-
1.2
7-
---
6+
1.0.2
7+
-----
88
.. note::
99

1010
.. list-table::
@@ -32,8 +32,8 @@ Release notes: July 18, 2023
3232
* [DOCS] For ``ValidationOutput`` instance, addition of ``to_summary()`` method for validation summary details.
3333
* [DOCS] For ``ValidationOutput`` instance, addition of ``to_pandas()`` method for validation detailed report.
3434

35-
1.1
36-
---
35+
1.0.1
36+
-----
3737

3838
.. note::
3939

@@ -63,8 +63,8 @@ Release notes: July 5, 2023
6363
* [DOCS] Data Type update for Offline Feature Type COMPLEX
6464
* [DOCS] Updated terraform default version as 1.1.x
6565

66-
1.0
67-
---
66+
1.0.0
67+
----
6868

6969
.. note::
7070

0 commit comments

Comments
 (0)