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 1970ddb6991 Update python client version/changelog for 3.3.1 release 
(#71538)
1970ddb6991 is described below

commit 1970ddb69913dccdce2532f13c77e25cd0aeb672
Author: Rahul Vats <[email protected]>
AuthorDate: Thu Aug 13 14:55:20 2026 +0530

    Update python client version/changelog for 3.3.1 release (#71538)
---
 clients/python/CHANGELOG.md | 10 ++++++++++
 clients/python/version.txt  |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md
index d940b456b79..bb6b01d631a 100644
--- a/clients/python/CHANGELOG.md
+++ b/clients/python/CHANGELOG.md
@@ -17,6 +17,16 @@
  under the License.
  -->
 
+# v3.3.1
+
+## Bug Fixes:
+
+- Allow filtering Dag runs by partition date in the API (#70304)
+- Simplify the API docs on pattern search (#70509)
+- Document the 409 response from the XCom create endpoint (#71128)
+- API: Return 503 when SQLite locks during backfill creation (#69659)
+- Reject invalid partition keys in the create asset events API (#69581)
+
 # v3.3.0
 
 ## New Features:
diff --git a/clients/python/version.txt b/clients/python/version.txt
index 15a27998172..bea438e9ade 100644
--- a/clients/python/version.txt
+++ b/clients/python/version.txt
@@ -1 +1 @@
-3.3.0
+3.3.1

Reply via email to