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

eladkal 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 52e760c48ce Align main branch after standard provider 1.4.1 release 
(#53511)
52e760c48ce is described below

commit 52e760c48ce199728bde39d8f85a5bc45446d602
Author: Elad Kalif <[email protected]>
AuthorDate: Sat Jul 19 04:31:26 2025 +0300

    Align main branch after standard provider 1.4.1 release (#53511)
---
 providers/standard/README.rst                                 | 2 +-
 providers/standard/docs/changelog.rst                         | 8 ++++++++
 providers/standard/provider.yaml                              | 1 +
 providers/standard/pyproject.toml                             | 6 +++---
 providers/standard/src/airflow/providers/standard/__init__.py | 2 +-
 5 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/providers/standard/README.rst b/providers/standard/README.rst
index 80faf8fd9df..36bde973977 100644
--- a/providers/standard/README.rst
+++ b/providers/standard/README.rst
@@ -23,7 +23,7 @@
 
 Package ``apache-airflow-providers-standard``
 
-Release: ``1.4.0``
+Release: ``1.4.1``
 
 
 Airflow Standard Provider
diff --git a/providers/standard/docs/changelog.rst 
b/providers/standard/docs/changelog.rst
index b995fd4edb2..78b039cc0b3 100644
--- a/providers/standard/docs/changelog.rst
+++ b/providers/standard/docs/changelog.rst
@@ -35,6 +35,14 @@
 Changelog
 ---------
 
+1.4.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix sensor skipping in Airflow 3.x branching operators (#53455)``
+
 1.4.0
 .....
 
diff --git a/providers/standard/provider.yaml b/providers/standard/provider.yaml
index 6ccab9577bc..a46cfa9e1ad 100644
--- a/providers/standard/provider.yaml
+++ b/providers/standard/provider.yaml
@@ -27,6 +27,7 @@ source-date-epoch: 1751474457
 # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider 
have
 # to be done in the same PR
 versions:
+  - 1.4.1
   - 1.4.0
   - 1.3.0
   - 1.2.0
diff --git a/providers/standard/pyproject.toml 
b/providers/standard/pyproject.toml
index 88384fa6108..eb8b615ea46 100644
--- a/providers/standard/pyproject.toml
+++ b/providers/standard/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "apache-airflow-providers-standard"
-version = "1.4.0"
+version = "1.4.1"
 description = "Provider package apache-airflow-providers-standard for Apache 
Airflow"
 readme = "README.rst"
 authors = [
@@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true}
 apache-airflow-providers-standard = {workspace = true}
 
 [project.urls]
-"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-standard/1.4.0";
-"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-standard/1.4.0/changelog.html";
+"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-standard/1.4.1";
+"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-standard/1.4.1/changelog.html";
 "Bug Tracker" = "https://github.com/apache/airflow/issues";
 "Source Code" = "https://github.com/apache/airflow";
 "Slack Chat" = "https://s.apache.org/airflow-slack";
diff --git a/providers/standard/src/airflow/providers/standard/__init__.py 
b/providers/standard/src/airflow/providers/standard/__init__.py
index 081390646e3..9f833db0dcf 100644
--- a/providers/standard/src/airflow/providers/standard/__init__.py
+++ b/providers/standard/src/airflow/providers/standard/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "1.4.0"
+__version__ = "1.4.1"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
     "2.10.0"

Reply via email to