Skip to content

Commit

Permalink
Merge pull request gocardless#18 from gocardless/rl/bump-version-for-…
Browse files Browse the repository at this point in the history
…release

Bump version to release template vars
  • Loading branch information
rliddler authored Aug 17, 2020
2 parents 1dd19a8 + 6856f75 commit 7ffba7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ Removed the operator `DbtDepsOperator`. Dependencies defined in dbt's `packages.

* `DbtDepsOperator`
* Calls [`dbt deps`](https://docs.getdbt.com/docs/deps)


# v0.1.1

Makes `vars` a jinja templated field. See [here](https://airflow.apache.org/docs/stable/concepts.html#jinja-templating) for more information.
2 changes: 1 addition & 1 deletion airflow_dbt/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 1, 0)
VERSION = (0, 1, 1)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 7ffba7a

Please sign in to comment.