From e5b8ebe541fda0da4a14d2a1d8cd28d91841716c Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Wed, 10 Dec 2025 12:51:09 +0100 Subject: [PATCH] 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 e0d7a18a15042..095211f349ffa 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 ff365e06b9577..0aec50e6ede78 100644 --- a/clients/python/version.txt +++ b/clients/python/version.txt @@ -1 +1 @@ -3.1.3 +3.1.4