Skip to content

Commit

Permalink
Merge pull request #74 from getindata/release-1.3.9
Browse files Browse the repository at this point in the history
Release 1.3.9
  • Loading branch information
maciejmaciejko-gid authored Mar 6, 2024
2 parents 2b63e0d + caf772b commit 090d079
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.9] - 2024-03-06

- Flink upgrade to 1.17 (minimal required version)
- Handling execution config.
- Job management (stop job with savepoint, initialize with savepoint).
Expand All @@ -24,7 +26,9 @@
- Changelog added
- Implement handling for dbt test in streaming cases.

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

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

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

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.8"
version = "1.3.9"
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.8
current_version = 1.3.9

[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.8"
package_version = "1.3.9"
# 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 090d079

Please sign in to comment.