Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jun 13, 2022
1 parent 220f704 commit 52bd322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.9.2

Bug fix:
* Change `export_file` to return `File` object [#454](https://github.com/astronomer/astro-sdk/issues/454)


## 0.9.1

Bug fix:
Expand Down
2 changes: 1 addition & 1 deletion 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__ = "0.9.1"
__version__ = "0.9.2"

# The following line is an import work-around to avoid raising a circular dependency issue related to `create_database`
# Without this, if we run the following imports, in this specific order:
Expand Down

0 comments on commit 52bd322

Please sign in to comment.