Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #50 from fishtown-analytics/leahwicz/release_v0.19.2
Browse files Browse the repository at this point in the history
Release v0.19.2
  • Loading branch information
leahwicz authored Jun 29, 2021
2 parents b37552d + bb989ac commit 6db2773
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .bumpversion-dbt.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.19.2rc2
current_version = 0.19.2
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand All @@ -23,4 +23,3 @@ first_value = 1
[bumpversion:file:setup.py]

[bumpversion:file:requirements.txt]

3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.19.2rc2
current_version = 0.19.2
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down Expand Up @@ -27,4 +27,3 @@ first_value = 1
first_value = 1

[bumpversion:file:dbt/adapters/presto/__version__.py]

2 changes: 1 addition & 1 deletion dbt/adapters/presto/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.19.2rc2'
version = '0.19.2'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dbt-core==0.19.2rc2
dbt-core==0.19.2
presto-python-client==0.7.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _dbt_presto_version():
package_version = _dbt_presto_version()
description = """The presto adpter plugin for dbt (data build tool)"""

dbt_version = '0.19.2rc2'
dbt_version = '0.19.2'
# the package version should be the dbt version, with maybe some things on the
# ends of it. (0.19.1 vs 0.19.1a1, 0.19.1.1, ...)
if not package_version.startswith(dbt_version):
Expand Down

0 comments on commit 6db2773

Please sign in to comment.