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

vatsrahul1001 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 1370a121cee Update python client version/changelog for 3.3.2 release 
(#73309)
1370a121cee is described below

commit 1370a121cee83483d6375924af033118fc95e10a
Author: Rahul Vats <[email protected]>
AuthorDate: Fri Sep 18 13:15:43 2026 +0530

    Update python client version/changelog for 3.3.2 release (#73309)
---
 clients/python/CHANGELOG.md | 13 +++++++++++++
 clients/python/version.txt  |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md
index bb6b01d631a..f0f5a666116 100644
--- a/clients/python/CHANGELOG.md
+++ b/clients/python/CHANGELOG.md
@@ -17,6 +17,19 @@
  under the License.
  -->
 
+# v3.3.2
+
+## Improvements:
+
+- Document HTTP statuses that API routes raise but never declared (#71622)
+
+## Bug Fixes:
+
+- Revoke every credential presented to the logout endpoint, not just the 
session cookie (#72933)
+- Restore counts on the Dag Run and Task Instance lists (#72739)
+- Return HTTP 404 from task state store endpoints for unknown task instances 
(#71860)
+- Mark only a run's most recent asset event as triggering it (#71547)
+
 # v3.3.1
 
 ## Bug Fixes:
diff --git a/clients/python/version.txt b/clients/python/version.txt
index bea438e9ade..47725433179 100644
--- a/clients/python/version.txt
+++ b/clients/python/version.txt
@@ -1 +1 @@
-3.3.1
+3.3.2

Reply via email to