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/common/compat/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ source-date-epoch: 1753690102
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
Expand Down
6 changes: 3 additions & 3 deletions providers/common/compat/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-common-compat"
version = "1.7.3"
version = "1.7.4"
description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -106,8 +106,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-common-compat/1.7.3"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.4"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.4/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__ = "1.7.3"
__version__ = "1.7.4"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
Expand Down
1 change: 1 addition & 0 deletions providers/common/io/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ source-date-epoch: 1753690124
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
Expand Down
6 changes: 3 additions & 3 deletions providers/common/io/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-common-io"
version = "1.6.2"
version = "1.6.3"
description = "Provider package apache-airflow-providers-common-io for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -106,8 +106,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-common-io/1.6.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.6.2/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.6.3"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.6.3/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__ = "1.6.2"
__version__ = "1.6.3"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
Expand Down
1 change: 1 addition & 0 deletions providers/common/sql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ source-date-epoch: 1756876759
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 1.28.1
- 1.28.0
- 1.27.5
- 1.27.4
Expand Down
6 changes: 3 additions & 3 deletions providers/common/sql/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-common-sql"
version = "1.28.0"
version = "1.28.1"
description = "Provider package apache-airflow-providers-common-sql for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -121,8 +121,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-common-sql/1.28.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.28.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.28.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.28.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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "1.28.0"
__version__ = "1.28.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
Expand Down
1 change: 1 addition & 0 deletions providers/smtp/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ source-date-epoch: 1756877538
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 2.3.1
- 2.2.1
- 2.2.0
- 2.1.2
Expand Down
6 changes: 3 additions & 3 deletions providers/smtp/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-smtp"
version = "2.2.1"
version = "2.3.1"
description = "Provider package apache-airflow-providers-smtp for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -96,8 +96,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-smtp/2.2.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-smtp/2.2.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-smtp/2.3.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-smtp/2.3.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"
Expand Down
2 changes: 1 addition & 1 deletion providers/smtp/src/airflow/providers/smtp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "2.2.1"
__version__ = "2.3.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
Expand Down
1 change: 1 addition & 0 deletions providers/standard/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ source-date-epoch: 1756877597
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
Expand Down
6 changes: 3 additions & 3 deletions providers/standard/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-standard"
version = "1.7.0"
version = "1.9.0"
description = "Provider package apache-airflow-providers-standard for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -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.7.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.7.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.9.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.9.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__ = "1.7.0"
__version__ = "1.9.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
Expand Down
Loading