From 3f647e049139a3c29a484d0930a501add2561508 Mon Sep 17 00:00:00 2001 From: Julian LaNeve Date: Mon, 9 Oct 2023 12:29:25 -0400 Subject: [PATCH] Update version to 1.2.0a1 (#584) ## Description Updates the version so we can tag a prerelease of 1.2.0 ## Related Issue(s) ## Breaking Change? ## Checklist - [ ] I have made corresponding changes to the documentation (if required) - [ ] I have added tests that prove my fix is effective or that my feature works --- cosmos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/__init__.py b/cosmos/__init__.py index 386e2367e..70b272a97 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -5,7 +5,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.1.3" +__version__ = "1.2.0a1" from cosmos.airflow.dag import DbtDag from cosmos.airflow.task_group import DbtTaskGroup