We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346f278 commit ae2662aCopy full SHA for ae2662a
airflow_dbt_python/__version__.py
@@ -2,4 +2,4 @@
2
__author__ = "Tomás Farías Santana"
3
__copyright__ = "Copyright 2021 Tomás Farías Santana"
4
__title__ = "airflow-dbt-python"
5
-__version__ = "0.13.1"
+__version__ = "0.14.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "airflow-dbt-python"
-version = "0.13.2"
+version = "0.14.0"
description = "A dbt operator and hook for Airflow"
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
6
license = "MIT"
0 commit comments