Skip to content

Commit

Permalink
Release 1.6.1 (#1947)
Browse files Browse the repository at this point in the history
Bug Fixes
* Fix AstroCustomXcomBackend circular import issue.
#1943
  • Loading branch information
tatiana authored May 25, 2023
1 parent 974a6a1 commit 54bf3fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions python-sdk/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.6.1

### Bug Fixes

- Fix AstroCustomXcomBackend circular import issue. [#1943](https://github.com/astronomer/astro-sdk/pull/1943)

## 1.6.0

### Feature
Expand Down Expand Up @@ -34,6 +40,13 @@
- Add basic `tiltifle` for local dev [#1819](https://github.com/astronomer/astro-sdk/pull/1819)


## 1.5.4

### Bug Fixes

- Fix AstroCustomXcomBackend circular import issue. [#1943](https://github.com/astronomer/astro-sdk/pull/1943)


## 1.5.3

### Bug fix:
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.6.0"
__version__ = "1.6.1"


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

0 comments on commit 54bf3fd

Please sign in to comment.