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 d96f931b99 Use correct headings in HDFS Provider changelog (#33809)
d96f931b99 is described below
commit d96f931b991e4afcec6d9206acaa37e10d96d2bc
Author: Andrey Anshin <[email protected]>
AuthorDate: Mon Aug 28 09:21:08 2023 +0400
Use correct headings in HDFS Provider changelog (#33809)
---
airflow/providers/apache/hdfs/CHANGELOG.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/providers/apache/hdfs/CHANGELOG.rst
b/airflow/providers/apache/hdfs/CHANGELOG.rst
index 8a17a7f4a6..696452e862 100644
--- a/airflow/providers/apache/hdfs/CHANGELOG.rst
+++ b/airflow/providers/apache/hdfs/CHANGELOG.rst
@@ -28,7 +28,7 @@ Changelog
---------
4.1.0
------
+.....
.. note::
This release dropped support for Python 3.7
@@ -45,7 +45,7 @@ Features
* ``Add note about dropping Python 3.7 for providers (#32015)``
4.0.0
------
+.....
.. note::
This release of provider is only available for Airflow 2.4+ as explained in
the