Skip to content

Commit c85a189

Browse files
committed
chore: Bump version to 0.14.4
1 parent 415459b commit c85a189

File tree

3 files changed

+60
-61
lines changed

3 files changed

+60
-61
lines changed

airflow_dbt_python/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__author__ = "Tomás Farías Santana"
33
__copyright__ = "Copyright 2021 Tomás Farías Santana"
44
__title__ = "airflow-dbt-python"
5-
__version__ = "0.14.3"
5+
__version__ = "0.14.4"

poetry.lock

Lines changed: 58 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "airflow-dbt-python"
3-
version = "0.14.3"
3+
version = "0.14.4"
44
description = "A dbt operator and hook for Airflow"
55
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)