Skip to content

Commit

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

## [0.19.1] - 2021-05-07

### Add
- Add support the `ON CLUSTER` clause for main cases

Expand All @@ -23,7 +25,8 @@

Init relaase

[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.0.2...HEAD
[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.1...HEAD
[0.19.0.2]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0.2...v0.19.1
[0.19.0.2]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0.1...v0.19.0.2
[0.19.0.1]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0...v0.19.0.1
[0.19.0]: https://github.com/silentsokolov/dbt-clickhouse/compare/eb3020a...v0.19.0
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.19.0.2'
version = '0.19.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.19.0'
dbt_version = '0.19.1'

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

0 comments on commit d74ad1f

Please sign in to comment.