Skip to content

Commit

Permalink
Merge pull request #2409 from fishtown-analytics/fix/plugin-version-f…
Browse files Browse the repository at this point in the history
…iles

update __version__.py files, add them to .bumpversion.cfg (#2408)
  • Loading branch information
beckjake authored May 6, 2020
2 parents d01c161 + 2d3dc1f commit 9cd7cbc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ first_value = 1

[bumpversion:file:plugins/bigquery/setup.py]

[bumpversion:file:plugins/postgres/dbt/adapters/postgres/__version__.py]

[bumpversion:file:plugins/redshift/dbt/adapters/redshift/__version__.py]

[bumpversion:file:plugins/snowflake/dbt/adapters/snowflake/__version__.py]

[bumpversion:file:plugins/bigquery/dbt/adapters/bigquery/__version__.py]
2 changes: 1 addition & 1 deletion plugins/bigquery/dbt/adapters/bigquery/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.17.0a1'
version = '0.17.0b1'
2 changes: 1 addition & 1 deletion plugins/postgres/dbt/adapters/postgres/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.17.0a1'
version = '0.17.0b1'
2 changes: 1 addition & 1 deletion plugins/redshift/dbt/adapters/redshift/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.17.0a1'
version = '0.17.0b1'
2 changes: 1 addition & 1 deletion plugins/snowflake/dbt/adapters/snowflake/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.17.0a1'
version = '0.17.0b1'

0 comments on commit 9cd7cbc

Please sign in to comment.