Skip to content

Commit

Permalink
Release Python SDK 1.7.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed May 5, 2023
1 parent 74a6894 commit f0ee90c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions python-sdk/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.7.0a1

### Feature
- Allow users to disable schema check and creation on `load_file` [#1922](https://github.com/astronomer/astro-sdk/pull/1922)

## 1.6.0

### Feature
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.7.0a1"


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

0 comments on commit f0ee90c

Please sign in to comment.