This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
The following commit(s) were added to refs/heads/main by this push:
new be15120 doc: Add support version and NIT doc (#117)
be15120 is described below
commit be15120d8605cd7c39e66322d3ae170984ced386
Author: Jay Chung <[email protected]>
AuthorDate: Fri Oct 13 15:23:16 2023 +0800
doc: Add support version and NIT doc (#117)
---
.gitignore | 2 ++
RELEASE.md | 2 ++
docs/source/index.rst | 34 +++++++++++++++++-----------------
3 files changed, 21 insertions(+), 17 deletions(-)
diff --git a/.gitignore b/.gitignore
index 5d53ffe..4160380 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,12 +4,14 @@
# Cache
__pycache__/
+.DS_Store
.tox/
.pytest_cache/
MANIFEST
# Build
build/
+dist/
*egg-info/
# Test coverage
diff --git a/RELEASE.md b/RELEASE.md
index a1695d5..3448f6a 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -100,6 +100,8 @@ Git tag for the release:
https://github.com/apache/dolphinscheduler-sdk-python/t
Release Commit ID:
https://github.com/apache/dolphinscheduler-sdk-python/commit/<commit-SHA>
+How to check the candidate:
https://github.com/apache/dolphinscheduler-sdk-python/blob/main/RELEASE.md#check-release-candidate
+
Keys to verify the Release Candidate:
https://downloads.apache.org/dolphinscheduler/KEYS
The vote will be open for at least 72 hours or until the necessary number of
votes is reached.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 330b4e6..387224a 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -71,23 +71,23 @@ has changed.
We will release PyDolphinScheduler version **4.0.0** as the first version
after we seperated, so please be ware of when you
use PyDolphinScheduler above version 4.0.0.
-+-----------------------------+----------------------------+---------------------+
-| DolphinScheduler Version | PyDolphinScheduler Version | Note
|
-+=============================+============================+=====================+
-| 2.0.5 | 2.0.5 | before we
seperated |
-+-----------------------------+----------------------------+---------------------+
-| above 2.0.6 and prior 3.0.0 | 2.0.6 | before we
seperated |
-+-----------------------------+----------------------------+---------------------+
-| 3.0.0 | 3.0.0 | before we
seperated |
-+-----------------------------+----------------------------+---------------------+
-| above 3.0.1 and prior 3.1.0 | 3.0.1 | before we
seperated |
-+-----------------------------+----------------------------+---------------------+
-| above 3.1.0 and prior 3.1.2 | 3.1.0 | before we
seperated |
-+-----------------------------+----------------------------+---------------------+
-| above 3.1.2 and prior 3.1.4 | >=4.0.0, <4.0.3 |
|
-+-----------------------------+----------------------------+---------------------+
-| 3.1.5 | 4.0.3 |
|
-+-----------------------------+----------------------------+---------------------+
++--------------------------+----------------------------+---------------------+
+| DolphinScheduler Version | PyDolphinScheduler Version | Note |
++==========================+============================+=====================+
+| 2.0.5 | 2.0.5 | before we seperated |
++--------------------------+----------------------------+---------------------+
+| >=2.0.6, <3.0.0 | 2.0.6 | before we seperated |
++--------------------------+----------------------------+---------------------+
+| 3.0.0 | 3.0.0 | before we seperated |
++--------------------------+----------------------------+---------------------+
+| >=3.0.1, <3.1.0 | 3.0.1 | before we seperated |
++--------------------------+----------------------------+---------------------+
+| >=3.1.0, <3.1.2 | 3.1.0 | before we seperated |
++--------------------------+----------------------------+---------------------+
+| >=3.1.2, <3.1.4 | >=4.0.0, <4.0.3 | |
++--------------------------+----------------------------+---------------------+
+| >=3.1.5, <3.2.0 | >=4.0.4, <4.1.0 | |
++--------------------------+----------------------------+---------------------+
Content