Skip to content

Commit

Permalink
Update version to 1.2.0a1 (#584)
Browse files Browse the repository at this point in the history
## Description

<!-- Add a brief but complete description of the change. -->

Updates the version so we can tag a prerelease of 1.2.0

## Related Issue(s)

<!-- If this PR closes an issue, you can use a keyword to auto-close.
-->
<!-- i.e. "closes #0000" -->

## Breaking Change?

<!-- If this introduces a breaking change, specify that here. -->

## 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
  • Loading branch information
jlaneve committed Oct 9, 2023
1 parent b4f22bb commit 3f647e0
Showing 1 changed file with 1 addition and 1 deletion.
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.1.3"
__version__ = "1.2.0a1"

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

0 comments on commit 3f647e0

Please sign in to comment.