You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ms...@apache.org on 2021/04/07 11:35:20 UTC

[airflow-client-python] branch r2.0 updated: Update Changelog & setup.py

This is an automated email from the ASF dual-hosted git repository.

msumit pushed a commit to branch r2.0
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git


The following commit(s) were added to refs/heads/r2.0 by this push:
     new 6183f19  Update Changelog & setup.py
6183f19 is described below

commit 6183f19e76e348591633324c01280ad566ceb70a
Author: Sumit Maheshwari <su...@astronomer.io>
AuthorDate: Wed Apr 7 17:04:58 2021 +0530

    Update Changelog & setup.py
---
 CHANGELOG.md | 2 +-
 setup.py     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 118fad6..dfb4ce5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@
  under the License.
  -->
 
-# v1.0.0
+# v2.0.0
 
 Apache Airflow API version: 2.0.x
 
diff --git a/setup.py b/setup.py
index 36fc17a..2a822be 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ from setuptools import setup, find_packages  # noqa: H301
 
 
 NAME = "airflow-client"
-VERSION = "1.0.0"
+VERSION = "2.0.0"
 # To install the library, run the following
 #
 # python setup.py install