msumit commented on PR #51: URL: https://github.com/apache/airflow-client-python/pull/51#issuecomment-1314223746
@csm10495 overall looks ok, but we'll also need to update the version in `setup.py` file (plz document this piece as well :) ).. Another imp point to note that for client we take only Airflow's major & minor version and patch version is internal to client itself.. So for example all Airflow releases for 2.4.X would have the same client version 2.4.0, as we assume that there won't be any new API going to be added in a Airflow patch release. So in short, we won't be release another client version until Airlfow 2.5.X is out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
