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 e124eb2e697 Bump openlineage provider (#50230)
e124eb2e697 is described below

commit e124eb2e6976fd233089ead1edba398e5e85f458
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 6 10:53:22 2025 +0200

    Bump openlineage provider (#50230)
    
    The #49237 did not bump openlineage provider. This PR fixes it.
---
 providers/openlineage/provider.yaml                                 | 1 +
 providers/openlineage/pyproject.toml                                | 6 +++---
 providers/openlineage/src/airflow/providers/openlineage/__init__.py | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/providers/openlineage/provider.yaml 
b/providers/openlineage/provider.yaml
index 195631918ff..d6d4ad76072 100644
--- a/providers/openlineage/provider.yaml
+++ b/providers/openlineage/provider.yaml
@@ -25,6 +25,7 @@ state: ready
 source-date-epoch: 1744792298
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
+  - 2.3.0
   - 2.2.0
   - 2.1.3
   - 2.1.2
diff --git a/providers/openlineage/pyproject.toml 
b/providers/openlineage/pyproject.toml
index 639e2bacdc4..72619dacabd 100644
--- a/providers/openlineage/pyproject.toml
+++ b/providers/openlineage/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "apache-airflow-providers-openlineage"
-version = "2.2.0"
+version = "2.3.0"
 description = "Provider package apache-airflow-providers-openlineage for 
Apache Airflow"
 readme = "README.rst"
 authors = [
@@ -105,8 +105,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-openlineage/2.2.0";
-"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.2.0/changelog.html";
+"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.3.0";
+"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.3.0/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/openlineage/src/airflow/providers/openlineage/__init__.py 
b/providers/openlineage/src/airflow/providers/openlineage/__init__.py
index 2d76a9293c9..c0716e9cc91 100644
--- a/providers/openlineage/src/airflow/providers/openlineage/__init__.py
+++ b/providers/openlineage/src/airflow/providers/openlineage/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "2.2.0"
+__version__ = "2.3.0"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
     "2.10.0"

Reply via email to