Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Jun 27, 2024
1 parent 64da342 commit e100b33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

1.5.0rc1 (2024-06-27)
--------------------
1.5.0 (2024-06-27)
------------------

New Features

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


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit e100b33

Please sign in to comment.