This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch prepare-python-client314 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 3002fd37a40002d50b3b6199987bf35e2e2500c0 Author: Ephraim Anierobi <[email protected]> AuthorDate: Wed Dec 10 12:51:09 2025 +0100 Update version and add changelog for 3.1.4 Python Client Release --- clients/python/CHANGELOG.md | 7 +++++++ clients/python/version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index e0d7a18a150..095211f349f 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -17,6 +17,13 @@ under the License. --> +# v3.1.4 + +## 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)) + # v3.1.3 ## New Features: diff --git a/clients/python/version.txt b/clients/python/version.txt index ff365e06b95..0aec50e6ede 100644 --- a/clients/python/version.txt +++ b/clients/python/version.txt @@ -1 +1 @@ -3.1.3 +3.1.4
