We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f4520 commit 0d4e439Copy full SHA for 0d4e439
dbt/adapters/impala/__version__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version = "1.4.0"
+version = "1.4.1"
setup.py
@@ -46,7 +46,7 @@ def _get_dbt_core_version():
46
47
package_name = "dbt-impala"
48
# make sure this always matches dbt/adapters/dbt_impala/__version__.py
49
-package_version = "1.4.0"
+package_version = "1.4.1"
50
description = """The Impala adapter plugin for dbt"""
51
52
dbt_core_version = _get_dbt_core_version()
0 commit comments