Skip to content

Commit

Permalink
Release 1.8.1 (#2171)
Browse files Browse the repository at this point in the history
Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
  • Loading branch information
Lee-W and jedcunningham committed Jun 21, 2024
1 parent 149dd9e commit e5f5e82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions python-sdk/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.8.1

### Misc
- Remove condition import for `SQLAlcRow` as minimum Airflow version has been pinned to >= 2.7 [#2146](https://github.com/astronomer/astro-sdk/pull/2146)


## 1.8.0

### Misc
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/src/astro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A decorator that allows users to run SQL queries natively in Airflow."""

__version__ = "1.8.0.dev1"
__version__ = "1.8.1"


# This is needed to allow Airflow to pick up specific metadata fields it needs
Expand Down

0 comments on commit e5f5e82

Please sign in to comment.