-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 2.1.1 Bug Fixes Ensure proper preparation of API call kwargs for synchronous methods in FivetranHookAsync by @JeremyDOwens in fix: prepare api call kwargs correctly for synchronous methods when using FivetranHookAsync #115 Others Pre-commit hook updates in [pre-commit.ci] pre-commit autoupdate #104, [pre-commit.ci] pre-commit autoupdate #105, [pre-commit.ci] pre-commit autoupdate #112, [pre-commit.ci] pre-commit autoupdate #113, [pre-commit.ci] pre-commit autoupdate #114 and [pre-commit.ci] pre-commit autoupdate #116
- Loading branch information
1 parent
9d42127
commit aabff7c
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# flake8: noqa F401 | ||
__version__ = "2.1.0" | ||
__version__ = "2.1.1" | ||
|
||
import logging | ||
|
||
|