Skip to content

Commit

Permalink
chore: Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Oct 18, 2021
1 parent ea2dcac commit e63f89c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: abatilo/[email protected]
- name: install
run: poetry install -E amazon
run: poetry install -E amazon -E postgres
- name: flake8
run: poetry run flake8 .
- name: mypy
Expand Down
2 changes: 1 addition & 1 deletion airflow_dbt_python/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
__author__ = "Tomás Farías Santana"
__copyright__ = "Copyright 2021 Tomás Farías Santana"
__title__ = "airflow-dbt-python"
__version__ = "0.7.2"
__version__ = "0.8.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "airflow-dbt-python"
version = "0.7.2"
version = "0.8.0"
description = "A dbt operator for Airflow that uses the dbt Python package"
authors = ["Tomás Farías Santana <[email protected]>"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ dbt-core = ">=0.19, < 0.22"
Flask-OpenID = ">=1.3.0"

apache-airflow-providers-amazon = { version = "^2.1.0", optional = true }
dbt-postgres = "0.21"
dbt-postgres = { version = ">=0.19, < 0.22", optional = true }
dbt-redshift = { version = ">=0.19, < 0.22", optional = true }
dbt-snowflake = { version = ">=0.19, < 0.22", optional = true }
dbt-bigquery = { version = ">=0.19, < 0.22", optional = true }
Expand Down

0 comments on commit e63f89c

Please sign in to comment.