diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc8d4f38b..cb16e2677 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -35,7 +35,8 @@ Others * Fix CI wrt broken coverage upload artifact @pankajkoti in #1210 * Fix CI issues - Upgrade actions/upload-artifact & actions/download-artifact to v4 and set min version for packaging by @pankajkoti in #1208 * Resolve CI failures for Apache Airflow 2.7 jobs by @pankajkoti in #1182 -* Pre-commit hook updates in #1176 #1186, #1201, #1219, #1231 +* Pre-commit hook updates in #1176 #1186, #1186, #1201, #1219, #1231 + 1.6.0 (2024-08-20) diff --git a/cosmos/__init__.py b/cosmos/__init__.py index 767713efe..b55e13dff 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -5,6 +5,7 @@ Contains dags, task groups, and operators. """ + __version__ = "1.7.0"