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 c1d7b4d [migrate] Add tag 2.0.7 source code (#4)
c1d7b4d is described below
commit c1d7b4db794653e5bf7bc7065a8f7fa213963491
Author: Jay Chung <[email protected]>
AuthorDate: Wed Nov 9 11:28:14 2022 +0800
[migrate] Add tag 2.0.7 source code (#4)
Add version 2.0.7 code from
https://github.com/apache/dolphinscheduler/tree/2.0.7/dolphinscheduler-python/pydolphinscheduler
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index f5410ca..81e1f4f 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ if sys.version_info[0] < 3:
logger = logging.getLogger(__name__)
-version = "2.0.6"
+version = "2.0.7"
# Start package required
prod = [