This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch backport-92a6956-v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 01ff4da55ebbb199322c4b9b8af3a3c0fe206109 Author: Ephraim Anierobi <[email protected]> AuthorDate: Tue Jan 13 18:13:50 2026 +0100 [v3-1-test] Update python client version/changelog for 3.1.6 release (#60459) (cherry picked from commit 92a69564a7999b227d2dfcbbf907ae185202e168) Co-authored-by: Ephraim Anierobi <[email protected]> --- clients/python/CHANGELOG.md | 8 ++++++-- clients/python/version.txt | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 095211f349f..b5e9aa85e42 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -17,12 +17,16 @@ under the License. --> -# v3.1.4 +# v3.1.6 ## Bug Fixes: - Update refresh token flow ([#55506](https://github.com/apache/airflow/pull/55506)) - - Patch pools should have an optional description ([#58066](https://github.com/apache/airflow/pull/58066)) + - Patch pools should have an optional description ([#58066](https://github.com/apache/airflow/pull/58066))(#59728) + - Add task group ID filtering support to task instance query [#59511](https://github.com/apache/airflow/pull/59511) + - Fix backfill run_on_latest_version defaulting to False instead of True [#59328](https://github.com/apache/airflow/pull/59328) + - Update refresh token flow [#58649](https://github.com/apache/airflow/pull/58649) + - Patch pools should have an optional description [#58169](https://github.com/apache/airflow/pull/58169) # v3.1.3 diff --git a/clients/python/version.txt b/clients/python/version.txt index 0aec50e6ede..9cec7165ab0 100644 --- a/clients/python/version.txt +++ b/clients/python/version.txt @@ -1 +1 @@ -3.1.4 +3.1.6
