Skip to content

Commit

Permalink
FIX # - Bump version and CHANGELOG for release 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 16, 2023
1 parent 46d5591 commit ab778fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [1.3.8] - 2023-02-16

- Support computed / metadata column

## [1.3.7] - 2023-02-03
Expand All @@ -17,7 +19,9 @@
- Changelog added
- Implement handling for dbt test in streaming cases.

[Unreleased]: https://github.com/getindata/dbt-flink-adapter/compare/1.3.7...HEAD
[Unreleased]: https://github.com/getindata/dbt-flink-adapter/compare/1.3.8...HEAD

[1.3.8]: https://github.com/getindata/dbt-flink-adapter/compare/1.3.7...1.3.8

[1.3.7]: https://github.com/getindata/dbt-flink-adapter/compare/1.3.6...1.3.7

Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/flink/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.3.7"
version = "1.3.8"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.7
current_version = 1.3.8

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _get_dbt_core_version():


package_name = "dbt-flink-adapter"
package_version = "1.3.7"
package_version = "1.3.8"
# make sure this always matches dbt/adapters/{adapter}/__version__.py
dbt_core_version = _get_dbt_core_version()
description = """The Flink adapter plugin for dbt"""
Expand Down

0 comments on commit ab778fb

Please sign in to comment.