This is an automated email from the ASF dual-hosted git repository.
msumit pushed a change to branch r2.0
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git.
omit 6183f19 Update Changelog & setup.py
omit c6a045a Release 2.0.0
add c17996e Updated test code with appropriate instructions (#9)
add 411afcd Add missing licences and ignores (#8)
add 4080e25 Fixes version of the client in the changelog (#7)
add dd1b4ad Add README_RELEASE_CLIENT (#10)
add 5716241 Fix release guide with correct prefix dir (#11)
new 3cadd79 Release 2.0.0
new a9a2646 Update Changelog & setup.py
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6183f19)
\
N -- N -- N refs/heads/r2.0 (a9a2646)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.pre-commit-config.yaml | 4 +-
.rat-excludes | 3 +
CHANGELOG.md | 2 +-
README.md | 26 ++-
airflow_client/.openapi-generator-ignore | 16 ++
dev/README_RELEASE_CLIENT.md | 269 +++++++++++++++++++++++++
airflow_client/test/__init__.py => dev/sign.sh | 17 ++
dev/test_python_client.py | 51 +++++
requirements.txt | 17 ++
test-requirements.txt | 17 ++
10 files changed, 405 insertions(+), 17 deletions(-)
create mode 100644 .rat-excludes
create mode 100644 dev/README_RELEASE_CLIENT.md
copy airflow_client/test/__init__.py => dev/sign.sh (57%)
mode change 100644 => 100755
create mode 100644 dev/test_python_client.py