Skip to content

Commit

Permalink
Merge pull request #76 from getindata/release-1.3.10
Browse files Browse the repository at this point in the history
Release 1.3.10
  • Loading branch information
maciejmaciejko-gid authored Mar 6, 2024
2 parents 952c684 + d03c7b1 commit 1334cd4
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.10] - 2024-03-06

- Handling flink job upgrade_mode (savepoint, stateless)

## [1.3.9] - 2024-03-06
Expand All @@ -28,7 +30,9 @@
- Changelog added
- Implement handling for dbt test in streaming cases.

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

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

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

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.9"
version = "1.3.10"
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.9
current_version = 1.3.10

[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.9"
package_version = "1.3.10"
# 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 1334cd4

Please sign in to comment.