Skip to content

Commit

Permalink
Prepare 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Aug 15, 2021
1 parent f1d6917 commit 6b66bba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.20.1] - 2021-08-15

### Add
- Support 0.20.1 dbt

## [0.20.0] - 2021-08-14

### Add
Expand Down Expand Up @@ -38,7 +43,8 @@

Init relaase

[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.20.0...HEAD
[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.20.1...HEAD
[0.20.1]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.1.1...v0.20.0
[0.19.1.1]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.1...v0.19.1.1
[0.19.1]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.0.2...v0.19.1
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/clickhouse/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.20.0'
version = '0.20.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.0'
dbt_version = '0.20.1'

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

0 comments on commit 6b66bba

Please sign in to comment.