Skip to content

Commit

Permalink
Prepare 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Oct 16, 2021
1 parent d1d5161 commit b60f67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-core==0.20.1
dbt-core==0.20.2
clickhouse-driver==0.2.1
pytest==6.0.2
pytest-dbt-adapter==0.5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _dbt_clickhouse_version():
package_version = _dbt_clickhouse_version()
description = '''The Clickhouse plugin for dbt (data build tool)'''

dbt_version = '0.20.1'
dbt_version = '0.20.2'

if not package_version.startswith(dbt_version):
raise ValueError(
Expand Down

0 comments on commit b60f67e

Please sign in to comment.