Skip to content

Commit

Permalink
Release 1.6.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jul 23, 2024
1 parent f282a6b commit 4fb4fdc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.6.0a3 (2024-07-23)
-------------------

Features

* Cleanup functions


1.5.1 (2024-07-17)
------------------

Expand Down
3 changes: 1 addition & 2 deletions cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
Contains dags, task groups, and operators.
"""
__version__ = "1.5.1"

__version__ = "v1.6.0a3"

from cosmos.airflow.dag import DbtDag
from cosmos.airflow.task_group import DbtTaskGroup
Expand Down

0 comments on commit 4fb4fdc

Please sign in to comment.