Skip to content

Commit 5472927

Browse files
committed
chore: Version bump
1 parent 9cc65d5 commit 5472927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.11.0"
5+
__version__ = "0.12.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "airflow-dbt-python"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "A dbt operator and hook for Airflow"
55
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
66
license = "MIT"
@@ -88,7 +88,7 @@ exclude = '''
8888

8989
[tool.pytest.ini_options]
9090
postgresql_user = "test"
91-
postgresql_password = "test"
91+
postgresql_password = "test" # pragma: allowlist secret
9292
postgresql_dbname = "test"
9393
filterwarnings = [
9494
# Warning raised by dbt dependency

0 commit comments

Comments
 (0)