Skip to content

Commit

Permalink
Release 1.5.4 (#1944)
Browse files Browse the repository at this point in the history
Bug Fixes
- Fix AstroCustomXcomBackend circular import issue.
[#1943](#1943)
  • Loading branch information
tatiana committed May 25, 2023
1 parent dcdf864 commit 21beade
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions python-sdk/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.5.4

### Bug Fixes

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


## 1.5.3

### Bug Fixes
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.5.3"
__version__ = "1.5.4"


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

0 comments on commit 21beade

Please sign in to comment.