Skip to content

Commit

Permalink
Update release after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Oct 24, 2024
1 parent 33c602f commit 10af3cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Changelog
=========

1.7.1a1 (2024-10-24)

1.7.1a2 (2024-10-24)
--------------------

Bug fixes
* Fix displaying dbt docs as menu item in Astro

* Fix displaying dbt docs as menu item in Astro by @tatiana in #1280

Others

* Fix release to PyPI after rst directive disabled by @tatiana in #1281
* Fix release after the raw rst directive disabled was disabled in PyPI by @tatiana in #1282


1.7.0 (2024-10-04)
Expand Down
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Contains dags, task groups, and operators.
"""

__version__ = "1.7.1a1"
__version__ = "1.7.1a2"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit 10af3cf

Please sign in to comment.