Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 54bf3fd

Browse files
authored
Release 1.6.1 (#1947)
Bug Fixes * Fix AstroCustomXcomBackend circular import issue. #1943
1 parent 974a6a1 commit 54bf3fd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

python-sdk/docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.6.1
4+
5+
### Bug Fixes
6+
7+
- Fix AstroCustomXcomBackend circular import issue. [#1943](https://github.com/astronomer/astro-sdk/pull/1943)
8+
39
## 1.6.0
410

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

3642

43+
## 1.5.4
44+
45+
### Bug Fixes
46+
47+
- Fix AstroCustomXcomBackend circular import issue. [#1943](https://github.com/astronomer/astro-sdk/pull/1943)
48+
49+
3750
## 1.5.3
3851

3952
### Bug fix:

python-sdk/src/astro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A decorator that allows users to run SQL queries natively in Airflow."""
22

3-
__version__ = "1.6.0"
3+
__version__ = "1.6.1"
44

55

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

0 commit comments

Comments
 (0)