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 19716e4  [migrate] Add tag 2.0.6 source code (#8)
19716e4 is described below

commit 19716e40ae1627b2219b5d2977aa775768ddb585
Author: Jay Chung <[email protected]>
AuthorDate: Wed Nov 9 11:26:43 2022 +0800

    [migrate] Add tag 2.0.6 source code (#8)
    
    Add version 2.0.6 code from 
https://github.com/apache/dolphinscheduler/tree/2.0.6/dolphinscheduler-python/pydolphinscheduler
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index dae2ed0..f5410ca 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ if sys.version_info[0] < 3:
 
 logger = logging.getLogger(__name__)
 
-version = "2.0.5"
+version = "2.0.6"
 
 # Start package required
 prod = [

Reply via email to