This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c794d01a46 Update version and add changelog for 3.1.4 Python Client 
Release (#59274)
0c794d01a46 is described below

commit 0c794d01a464772cb2e5c8f8b8809a5770b4c291
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Wed Dec 10 20:52:48 2025 +0100

    Update version and add changelog for 3.1.4 Python Client Release (#59274)
---
 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

Reply via email to