Skip to content

Commit

Permalink
Merge pull request #78 from getindata/release-1.3.11
Browse files Browse the repository at this point in the history
Release 1.3.11
  • Loading branch information
maciejmaciejko-gid authored Mar 19, 2024
2 parents 02cca86 + 3dda06c commit 3f9b3fa
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.11] - 2024-03-19

- Handling job_state (running, suspended)

## [1.3.10] - 2024-03-06
Expand Down Expand Up @@ -32,7 +34,9 @@
- Changelog added
- Implement handling for dbt test in streaming cases.

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

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

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

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.10"
version = "1.3.11"
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.10
current_version = 1.3.11

[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.10"
package_version = "1.3.11"
# 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 3f9b3fa

Please sign in to comment.