Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions providers/openlineage/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions providers/openlineage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__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"
Expand Down
Loading