From 52bd3229c343a88efa13c355b3c3d492adcf4f39 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Mon, 13 Jun 2022 14:29:56 +0100 Subject: [PATCH] Release 0.9.2 --- docs/CHANGELOG.md | 6 ++++++ src/astro/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5ce576fce5..f08c88b54a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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: diff --git a/src/astro/__init__.py b/src/astro/__init__.py index e4f7f7cca2..8b345b4828 100644 --- a/src/astro/__init__.py +++ b/src/astro/__init__.py @@ -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: