From a3e63c6e30e1a402513ebf4f10e454295b74e37e Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Wed, 2 Oct 2024 11:46:59 +0100 Subject: [PATCH] Release 1.7 --- CHANGELOG.rst | 3 ++- cosmos/__init__.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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"